How to do Digital Asset Links Verification?

How to do Digital Asset Links Verification?

Q_2
Shopify Partner
32 0 7

I have generated a PWA of my Shopify site. Now, I want to upload it on the Google Play Store, so I used PWABuilder to create my app package. I have successfully completed all the steps and generated the store package.

Now, As suggested here to work PWA in the full-screen mode (without Chrome address bar) I have to upload the assetlinks.json file on the server at https://myserveraddress.com/.well-known/assetlinks.json location.

  1. Deploy assetlinks.json.
    Your zip file contains assetlinks.json. This is a digital asset links file that proves ownership of your PWA. Upload this file to your server at https://example.com/.well-known/assetlinks.json. (Replace example.com with your PWA's URL.)

💁‍♂️ Heads up:
Digital asset links are required for your PWA on Android. If you're seeing a browser address bar in your app on Android, or if your app is crashing on launch, it means your assetlinks.json file is missing, inaccessible, or incorrect. See our asset links helper to fix this.

But there is no way on Shopify to upload any file at a specific location. We can upload files but the uploaded files on Shopify store and serve on CDN, there is no way to upload any file on the root.

So, how I can do Digital Asset Link Verification on Shopify?

 
 
Reply 1 (1)

ToniMeyer
Visitor
1 0 0

I have the same problem! Can anybody help us?