问题
I uploaded an instant app on internal test track and created a tester list with 3 testers. I send the opt-in URL to all testers and they accepted the inviation to be a tester.
I uploaded assetlinks.json to my website (www.example.com) and added applinks to my instant app.
- Will the testers be able to see TRY NOW in play store for my instant app ?
- Can they access instant app through the URL www.example.com/test
Also this is quoted in android developer site
"To test your instant app's deployment on the internal testing track through Google Play, you must have a draft form of your app's installable version in the Google Play Console."
My application is already published on play store. Do I have to make aseperate draft again ?
回答1:
This should work. After adding the testers, be sure that you send them the opt-in links and they accept. Once they have opted in, you may want to trigger a reload of their cached instant app list (this is the thing that takes a few days to sync on its own). There are a few ways to do this:
- While connected to WiFi, unplug the device and plug it back in
- Opt out and back in to instant apps (Settings > Google > Instant Apps)
- Run
adb shell am broadcast -a com.google.android.finsky.action.CONTENT_FILTERS_CHANGED
from a connected machine set up for USB debugging.
回答2:
Finally my testers are able to see instant app, I want to share the steps for uploading the instant app on internal test track,
- Make sure the targetting for instant app and installable app matches.
- Upload the installable app on internal test track.
- Upload the instant app on internal test track and resolve any error.
- Share the opt-in url with testers.
- Your testers should accept the invite.
- They will start seeing the TRY NOW button on play store after a while.
来源:https://stackoverflow.com/questions/50810112/instant-app-internal-test-behavior