Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 841 Bytes

mobile.md

File metadata and controls

14 lines (14 loc) · 841 Bytes
  1. All Android versions have been tested as per - https://developer.android.com/about/dashboards/
  2. App has been obfuscated using Proguard
  3. Handle broken / no internet
  4. Handle force update
  5. Application startup should check all dependencies on Google Play services
  6. Handle permissions for each permission asked
  7. Code has been committed to Git repo
  8. Configure google play app-signing for releasing the app.
  9. Send the release Keystore, upload Keystore (if opted) and Keystore credentials (password, alias, alias password) for the app to Gaurav on mail.
  10. Add Gaurav and Client email to Firebase console as owner.
  11. SSL pinning has been implemented (Experimental)
  12. In-app messaging has been implemented to send out unplanned emergency messages to our users if needed.
  13. Crashlytics reporting added
  14. Firebase analytics added