...but no need for the server..
I think this trick may work.
- Include file newupdate.txt in apk file.
- When your app starts first time, check for file newupdate.txt in File.DirInternal.
1. If it not existed then copy newupdate.txt from File.DirAssets to File.DirInternal and show its content.
2. If it existed then skip it.
That's all
But them, after the first update, every time I runned the app the splash would show because the file would be there...
I don't think so. We check if file existed in File.DirInternal (not File.DirAssets) then we skip splash screen.
BTW, you can't delete files in File.DirAssets but you CAN delete files in File.DirInternal
Anyway, If I've understood right your posts, I don't think it will work without web connection. If a user buy your app, run it for ten years and never looks for availables updates(never connects), how can his app know that in the meanwhile you just updates 3 times that app?
In fact, it's up to you (author) to look for 'old' users with old versions: this can only be made with connection between user and your server every time the app is in use.
Am I wrong?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?