Posted on Leave a comment

In-app update android, app bundle, Google Play

In-App Updates: ускоряем процесс обновления приложения на Android [ https://habr.com/ru/company/mailru/blog/452092/ ]

Exploring in-app updates on Android [ https://joebirch.co/2019/05/07/exploring-in-app-updates-on-android/ ]

How Pandao Uses the In-App Updates Flexible Flow to Speed up the App Update Process on Android [ https://medium.com/androiddevelopers/how-pandao-uses-the-in-app-updates-flexible-flow-to-speed-up-the-app-update-process-on-android-5c00632680ed ]

Hunting a bug — A True App Bundle Debugging Story [ https://proandroiddev.com/hunting-a-bug-a-true-app-bundle-debugging-story-b8898767f8e3 ]

In-App Updates Android: Tips & Tricks [ https://proandroiddev.com/in-app-updates-android-tips-tricks-9d74afef3d4a ]

Continue reading In-app update android, app bundle, Google Play
Posted on Leave a comment

Meet Google Play’s target API level requirement

Meet Google Play’s target API level requirement

[https://developer.android.com/distribute/best-practices/develop/target-sdk]

Google Play will require that new apps target at least Android 8.0 (API level 26) from August 2018, and that app updates target Android 8.0 from November 2018.

Every new Android version introduces changes that bring significant security and performance improvements – and enhance the user experience of Android overall. Some of these changes only apply to apps that explicitly declare support through their targetSdkVersion manifest attribute (also known as the target API level).

Configuring your app to target a recent API level ensures that users can benefit from these improvements, while still allowing it to run on older Android versions. Targeting a recent API level also allows your app to take advantage of the platform’s latest features to delight your users.

Continue reading Meet Google Play’s target API level requirement