Post

Replies

Boosts

Views

Activity

Reply to iOS 14 Ships Tomorrow 09/16/2020 - But App Clips Dev is Broken?
Hi, Tldr; After trying again and again, this is shortly what I've found: If there's already an app clip installed before(via Test Flight, for example) scanning Qr code(from control center) works well for Local Experience. Otherwise, it does not work, open button disables itself first, and then gives region error. If there's not local experience(or its cache deleted) at all, it gives region/country error too. ZK, could you please confirm that there was no app clip installed while trying Qr Code method? ==== We're receiving the same error with @creatingrev, but we're trying to invoke the clip via Qr code for Local Experience. Our app clip works fine via Test Flight. At first, using a phone that already had a working app clip, local experience worked well with Qr code. Then, to test, I deleted the app clip from settings and scanned Qr code again, popup showed nicely but "Open" button was inactive. It was unclickable and it's color was different(light blue). After that, I deleted the cache & local experience and registered local experience again. This caused us to receive the error of @creatingrev when we scan the Qr code. Regardless of the country(actually we do not have any restriction but tried in different phones from different countries/regions), it starts to load the "open" popup and then suddenly halts and shows "This app clip is not currently available in your country or region". Our main aim is to use Smart App Banner, which is also not available now. Here's the meta form example: <meta data-react-helmet="true" name="apple-itunes-app" content="app-id=123456789, affiliate-data=2002I6Tq, app-clip-bundle-id=com.Company.AppName.Clip"> (I assume the content order is not important here as long as it's true, just to make sure, eh?) We applied steps of DTS Engineer for local experiences correctly.
Sep ’20
Reply to App Clips Associated Domains Issues
Hi all, We're dealing with issues about this topic for a week and after doing everything we read, still we cannot figure out what's wrong. In advanced app clip experience page, we type https://ourwebsite.com and then we get: This URL is not contained in your app’s associated domains. Update associated domains or use a different URL. Our bundle id in the same page is selected in the form of com.company.appname.Clip with our app image and it's the only one. In order to fix this, here's what we tried after reading here and other posts: 1-) We updated our AASA file two days ago, this is the result from Postman and checked with jsonlint: { "applinks": { "apps": [], "details": [{ "appID": "ABCDEF1G23.com.company.appname", "paths": ["*"] }] }, "appclips": { "apps": ["ABCDEF1G23.com.company.appname.Clip"] } } Nothing changed after this, we still receive this error. 2-) To Xcode, we added: applinks:ourwebsite.com applinks:companyname.page.link appclips:ourwebsite.com in main target and appclips:ourwebsite.com in app clip target under associated domains. What's more interesting here is, when we check domain status under build section, along with HAS APP CLIP : YES, it says "1 invalid domain" with a red cross under DOMAIN STATUS part. When we click view status, under cache and debug status columns it says "Insecure Redirects Forbidden". It has been two days and no change... Any ideas, especially about last one? @rynning @liazkam Thanks in advance.
Sep ’20