thank you for your rapid answer
if i store a file on my server it will have a huge delay against app availability on app store
as it might take days until it shows in the store so i will show false messages
on pc apps that's exactly what i do and it is a perfect solution
if i store a file on my server it will have a huge delay against app availability on app store
as it might take days until it shows in the store so i will show false messages
i did search - couldn't find anything
i wanted to use the txt file but users got messages about an update and there was nothing in the store as it takes days to show
i was somehow sure someone had already popped this issue before me
thank you for your rapid answer
if i store a file on my server it will have a huge delay against app availability on app store
as it might take days until it shows in the store so i will show false messages
on pc apps that's exactly what i do and it is a perfect solution
I have an app in which I used my own server as DonManfred Suggested.
One thing I do is, I do not update the version number on my server until I get an alert that the NEW UPDATE of the app has been approved and available on the store first.
oh, so how do you distribute your apps?
if directly as an apk from your server the client will have to download it and authorize external installation that will show him a warning etc
many clients will not like this i think as it might be taken as insecure app
am i wrong?
I have an app in which I used my own server as DonManfred Suggested.
One thing I do is, I do not update the version number on my server until I get an alert that the NEW UPDATE of the app has been approved and available on the store first.
I have the play console app on my device and I get notifications for app approval and notifications from user reviews and ratings (my way responding to user reviews quick)
Besides that, you will get email alert as well. It may be a bit of headache, few may crash but will recover eventually.
I will lookout for any API which can help you achieve this. All the best
I have the play console app on my device and I get notifications for app approval and notifications from user reviews and ratings (my way responding to user reviews quick)
Besides that, you will get email alert as well. It may be a bit of headache, few may crash but will recover eventually.
I will lookout for any API which can help you achieve this. All the best
Yes and no.
If they download it from your website (or get mailed directly by you) their concern wouldn't be so high. Afterall they trust you for what the app does once installed..
I generally instruct them to allow "unknow sources" just for the time to download my app, then set it back to its "not allowed" state.
Yes, there are risks involved when you leave the perfect(?), safe and fantastic close-world solutions offered by Google and Apple. But I value my freedom most.
Yes and no.
If they download it from your website (or get mailed directly by you) their concern wouldn't be so high. Afterall they trust you for what the app does once installed..
I generally instruct them to allow "unknow sources" just for the time to download my app, then set it back to its "not allowed" state.
Yes, there are risks involved when you leave the perfect(?), safe and fantastic close-world solutions offered by Google and Apple. But I value my freedom most.
thanks,
that's also an approach
however the play store allows random potential clients to download it and play with it
client wise i think using the store is easier and (in my personal opinion) better
All my apps are all used only in our company. I install them on the devices directly. Updates i get over FTP from our Server and run the install routine for the downloaded app. I used Erels version save app update routine from the forum...
Guys,
thank you for your replies - got the perfect solution that also directly updates the app
i use InAppUpdate Library as suggested and it works like charm