I recently made an Instant app and uploaded it on Google Play Console as pre-release.
Now, I want to test if it is working or not. As most of the smartphones currently do not have Instant apps facility. How can I test if it is working or not?
I recently made an Instant app and uploaded it on Google Play Console as pre-release.
Now, I want to test if it is working or not. As most of the smartphones currently do not have Instant apps facility. How can I test if it is working or not?
First of all you are gonna need to use a device or an emulator with at least MarshMallow(6.0) and enable it (https://support.google.com/googleplay/answer/7240211?hl=en-GB).
Then you need to run the url that you set using the App Links Assistant. For example, using Slack(its like a whatsapp/telegram for the office) I m sending that url as a message and when I click on it in the device/emulator it runs the InstantApp.
In the Google IO 2016 they did a sample using a messaging app (https://www.youtube.com/watch?v=Z5GUTXmGUz8)
I hope this helps.
Cheers ;)
Pd: I tried the same using gmail and sending an email just with the url but it didnt work
You can just configure the deep link through App Link Assistant and afterwards change Edit Configuration at run dialog , filling the URL field with the URL you want to test.
I didn't have any problems to test in real devices above 6 , but I think the problems with DevManager in emulator can be due to lack of Google Play Service in AVD image.