Shipr-Hub / Shipr-Community-Android

Shipr Social is the Multi Platform Chat Project for Developers
https://play.google.com/store/apps/details?id=tech.shipr.social
GNU General Public License v3.0
21 stars 17 forks source link

Add App Version Checker #103

Closed yhdesai closed 5 years ago

yhdesai commented 5 years ago

Similar to #88, only difference is this one wont force a user to update, they will be able to skip the update

PatilShreyas commented 5 years ago

I have developed such feature in my many apps. I'll contribute later, because I have ready code.

Just tell me, on which node, app details are located?

In my app, I created app node in root as

app
{
    "versionCode" : "XXXX",
    "message" : "New features are....",
    "url" : "APK URL"
}
yhdesai commented 5 years ago

/app node sounds good!

PatilShreyas commented 5 years ago

Yep!