API Request Headers:
GET http://api.example.com/posts
X-App-Ver: 1.2.0
URL Based:
GET /api/v1/xxxx
GET /api/v2/xxxx
- Versioning Android apps
- API versioning
- Force update android app when new version available
- Android library for checking new version(update)
- AppUpdater
- UpdateChecker
- Force your users to update your app with using Firebase
- Remote Config
- Is it possible to force my android app users of all version to update the app?