Post

Replies

Boosts

Views

Activity

App Clip Custom URL not Invoking Clip
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!
7
1
295
Jul ’25
Providing XCAssets Folder in Swift Package Xcode 12
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)
11
0
14k
May ’21
App Clip Custom URL not Invoking Clip
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!
Replies
7
Boosts
1
Views
295
Activity
Jul ’25
Swift UI Preview Crash
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.
Replies
12
Boosts
5
Views
21k
Activity
Aug ’23
Providing XCAssets Folder in Swift Package Xcode 12
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)
Replies
11
Boosts
0
Views
14k
Activity
May ’21