Android Instant App is uploaded but can not be roll out

后端 未结 2 1015
眼角桃花
眼角桃花 2021-01-07 07:31

UPDATE: 20170703 Using Android Studio 3.0 Canary 5 Modified some AndroidManifest and build.gradle files,

Moved from inside to inside for both Base\'s AndroidManif

2条回答
  •  温柔的废话
    2021-01-07 07:56

    You need to use path pattern in your deep link: Make sure you are using your actual domain instead of example.com

    https://example.com/instantapp
    

提交回复
热议问题