"Tools for creating these new codes will be available later this year."
iOS 14.3 allows users to scan (circular) App Clip Codes.
The animation looks great!
https://twitter.com/_inside/status/1327224686107881473
Do we have any updates on when we will be given access to these tools? Or are we waiting for the mass adoption of iOS 14.3 first, to allow users to actually scan them, before the tools are made available to devs?
Post
Replies
Boosts
Views
Activity
Confirmed to be fixed by adding another associated domain without the "www." prefix.
Try loading these urls in Safari on your iPhone and note the top banner:
https://unwind. to
https://chibi. app
https://getcardpointers. com
@rynning, I have found extra information. I have a spare iPhone that I wiped and upgraded to iOS 14. Without signing with my Apple ID, the App Clip works, even the banner on the website shows. Once I login with my Apple ID, the banner stops working, however the App Clip card still works from QR codes and NFC tags.
Now strangely, when I reboot the device, I start seeing the issue, App Clip Unavailable. This does not happen to other App Clips that work regardless of whatever I do.
Furthermore, when I sign out of iCloud on the device, the App Clips begin working again (without restarting).
I have updated my bug report with the SysDiagnose data, hopefully we will get a response soon.
I have also submitted a new version to attempt to resolve this, thinking it may have been caused by dead code stripping or bitcode enabled, or because it was built using the first Xcode 12 GM release (ending in 208). However this did not work, I am still seeing the same issue.
I have reached out to the Apple Developer Technical Support team and raised a Technical Support Incident (TSI). They have advised that I raise a bug report.
A bug has been filed for this issue, FB8711782.
Here is my broken QR experience:
https ://i.imgur.com/IhzrpLQ.png
Also regarding "Received" vs "Published", I have verified with someone with working App Clips that their Advanced App Clip Experiences section stays on "Received".
It is broken for both camera scanning and the control centre QR code scanner. (Both cases show the App Clip icon before showing the "App Clip Unavailable" card).
I am in the same position.
My app is live on the AppStore (for roughly 12 hours now), "A Repeatable List", however: the app clip banner does not appear on the website (https://www .atrinh.com/list/index.html)
scanning an NFC tag to the website shows the App Clip card image as expected, but the lower half says "App Clip Unavailable"
scanning a QR code to the website shows the App Clip notification, tapping the notification shows the same "App Clip Unavailable" experience as NFC
sending the URL in iMessage appears as a link instead of an App Clip prompt
I am convinced that it might be due to deactivated Advanced App Clip Experiences I have added during development and testing using different domains and websites. (There does not appear to be a way to remove these completely).
I currently have 1 active experience that is producing the results described above, and 2 deactivated ones pointing to different domains & websites.
The App Clip was completely fine during TestFlight testing (TEST/OPEN from TestFlight), however the only problem appears to be the experience in production.
To see what the App Clip experiences should be, you can test the following URLs:
https:// unwind.to
https:// chibi.app
EDIT: Extra information, when testing on a new device, the App Clip appears with the correct title/subtitle/button text, however once the image loads, the content is reloaded showing the "App Clip Unavailable" message on the lower half with the correct image on the top half.
What macOS version are you running? Broken icon usually implies the app is incompatible with your OS version.
https://developer.apple.com/sf-symbols/
SF Symbols 2 beta
Requires macOS 10.15.3 or later SF Symbols 1.1
Requires macOS 10.14.4 or later
import UIKit
let configuration = UIImage.SymbolConfiguration(scale: .large)
let image = UIImage(systemName: "leaf.fill", withConfiguration: configuration)
This SwiftUI iOS app allows you to browse the SF Symbols to discover what is or isn't working yet.
https://github.com/atrinh0/sfsymbols