Private App Updates

regwbr

Member
Licensed User
Longtime User
I created an App for internal use within the company I work for. I just realized that somehow I need to figure out who is using the App, so I can notify them when updates are available.

What I would like to do is have an automated process send me the users name or gmail ID the first time they open the App. Is this possible?

Other suggestions on how to track which users have the App?

Thank you
 

parijs

Active Member
Licensed User
Longtime User
I'm a bit simple but I would let download the app a little dbase "first time" with 1 table 1 colum with the serialnr.
The app compares the number and tells the user that he have work to do
And you can remain calm on the coffee
 
Upvote 0

pjo12345

Active Member
Licensed User
Longtime User
Upvote 0

Harris

Expert
Licensed User
Longtime User
Take a look here: https://www.bazaarandroid.com/

Private Appstore with Login / Password is possible.

That looks interesting... Any experience using this facility?

Without user intervention, have your app periodically check the site for updates, download and apply when needed - based on Your Store. I could use that.
 
Upvote 0

pjo12345

Active Member
Licensed User
Longtime User
That looks interesting... Any experience using this facility?

Yes but only for 2 weeks.

Without user intervention, have your app periodically check the site for updates, download and apply when needed - based on Your Store. I could use that.

I do not think so. The user has the AppStore (Aptoide) start. Then he is informed of the updates are available.
 
Upvote 0
Top