hello 👋
how can i setup an apple app site association? (apple domain association)
when i go to domain/apple-app-site-association i got a json object with empty parameters
what i got:
{"applinks":{"apps":[],"details":[]},"webcredentials":{"apps":[]}}
i need to fill like that:
{ "applinks": { "apps": [], "details": [ { "appID": "team_id.project_bundle_id", "paths": ["*"] } ] } }
Hey @AmaryFilo,
You can use the MobilePlatformApplication resource to post the credentials required for iOS Universal Link or shared web credentials, I have the documentation here for you.
JB | Developer Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
I tried both these commands but getting "The remote server returned an error: (404) Not Found." If I try getting order.json with same API Key and Password then all works ok so there no problem in tags or script.
Here is a json I am trying to POST { "mobile_platform_application": {"platform": "ios","application_id": "XXXXXXXXXX.com.tXXXXXXXs.TXXXXXXw","enabled_universal_or_app_links": true,"enabled_shared_webcredentials": true}}
Please help on this. Requirement is to add a button on Products page which will open in iOS app installed on iPad/iPhone user device.
Thanks,
Zuber
User | Count |
---|---|
16 | |
12 | |
7 | |
5 | |
4 |