I am trying to integrate the new In-App Update API but I cannot able to test it\'s implementation. Seems like my code is fine therefore I read the Troubleshoots and am not a
Internal App Sharing is not working on a real device. I was testing several hours and always got the latest version of Internal Test and not the one of Interal App Sharing that was what I expected.
I describe the step by step:
APK 1: versionCode and versionName: 100
APK 2: versionCode and versionName: 101
Upload APK 1 to internalappsharing with versionCode and versionName 100
Copy and paste the shared link of APK 1 into Keep Notes web app.
Finally, each time they enter a link with a version code greater than the last installed from the emulator they will see the existence of a new update, which should be installed within the app and not from the Play Store.
It is worth mentioning that Logcat is compatible with Internal App Sharing.
GL
Source