Instant app Internal test behavior

和自甴很熟 提交于 2019-12-23 15:09:43

问题


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.

  1. Will the testers be able to see TRY NOW in play store for my instant app ?
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!