Subject: Need Assistance with App Clip Invocation via URL
Hello Developers,
I’m currently facing an issue with invoking my App Clip through a URL, specifically when the link is shared via iMessage or Email. Instead of launching the App Clip, the URL redirects to the website.
Here’s my current configuration:
Approved App with an App Clip
Universal Links functioning correctly within the App (verified through AASA file hosted on the website)
Associated Domain Entitlements included for both the App and the App Clip
Universal Link is expected to invoke the App Clip if the App isn’t installed
Advanced Experience configured in App Store Connect
The default experience URL from App Store Connect successfully triggers the App Clip, but my custom URL does not.
I suspect I might be missing a crucial configuration step. Has anyone encountered a similar issue or have suggestions on what else I should verify?
Thank you in advance for your help!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Any help with preview crash on an App that is building just fine and runs on simulator fine?
Are there logs that I can access somehow?
The previews were working just fine, but then stopped and I have reverted all changes since and the previews are still broken.
Hello, I am struggling with providing assets via Swift Package Manager and an assets folder.
I have a swift package "A" that has an assets folder with a "image". I am able to build a preview and see the image in SPM "A". 👍🏻
Now I have a swift package "B" that depends on "A". In "B" I would like to have access of the "image". When I build and preview in "B" I get the following error: "Fatal error: unable to find bundle named [redacted]: file [redacted]/resource_bundle_accessor.swift", line 27" 😢 please help.
I am exposing the image via a public var that returns Image("image", bundle: .module)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Xcode Previews
Asset Catalog
Swift Packages
wwdc20-10169
I just updated to Xcode 12 beta 4, watchOS 7.0 beta 4, iOS 14 beta 4 and Xcode is unable to install a watch extension App for testing. I receive an error stating: "There are no valid accounts registered with Xcode that have the ability to access this resource."
I signed out and back in to my developer account in Xcode preferences, quit Xcode, disconnected and reconnected my iPhone, and also tried to unpair / repair the device with Xcode.
Any help?