Post

Replies

Boosts

Views

Activity

Reply to Cant Create/Update App Clips
Hey @jasonknebel we were able to fix it using the new format. Someone replied at Feedback Assistant to try the new format again and it finally worked! We had to change these two arguments from 'EN' to '${EN}': // Before 'data.relationships.localizations.data.0.id' => 'EN', 'included.0.id' => 'EN', // Now 'data.relationships.localizations.data.0.id' => '${EN}', 'included.0.id' => '${EN}', If that helps, do you mind sharing a URL of one of your app clips or just manually check this thing scanning an NFC card with a URL that uses your app clip host but random path that's not associated with an app clip? https://developer.apple.com/forums/thread/803187
Jan ’26
Reply to App Clip Experience Does Not Update Content After Initial Creation (Persistent Caching Issue)
It seems like it's happening to everyone regardless of the number of app clips. It's happening to us (around 2x less app clips) and I found at least two more bug reports that were filled this month. One user has only one app clip, the other one has two app clips. https://developer.apple.com/forums/thread/810544 https://developer.apple.com/forums/thread/811156 https://developer.apple.com/forums/thread/811148 What's interesting is someone else had that issue back in 2024 (https://developer.apple.com/forums/thread/763374) and it eventually got fixed. So I think that's just the same issue and needs to be fixed again, we need to get Apple's attention on this matter. Do you mind pinging DTS Engineer at that thread from 2024?
Topic: App & System Services SubTopic: General Tags:
Dec ’25
Reply to App Clip Card Still Showing After Removal
I had the same issue few months ago. What helped was deactivating all advanced app clips + deleting/deactivating all default app clip experiences. App Store Connect doesn't show these for whatever reason but you can do that via API. Find all default app clip experiences Deactivate all of them Wait few hours/days and it will show a Safari notification instead of app clip https://developer.apple.com/documentation/appstoreconnectapi/get-v1-appclips-_id_-appclipdefaultexperiences https://developer.apple.com/documentation/appstoreconnectapi/delete-v1-appclipdefaultexperiences-_id_
Dec ’25
Reply to App Clips Causing CPSErrorDomain error 2 on Non App Clip URLs
up up up 🫡
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to App Clips Causing CPSErrorDomain error 2 on Non App Clip URLs
Upvoting 🫡
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to App Clips Causing CPSErrorDomain error 2 on Non App Clip URLs
Does anyone have any updates on this issue?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to Cant Create/Update App Clips
We were able to get it fixed by changing 'EN' to '${EN}'. With '${EN}' it seems to be working fine now. // Before 'data.relationships.localizations.data.0.id' => 'EN', 'included.0.id' => 'EN', // Now 'data.relationships.localizations.data.0.id' => '${EN}', 'included.0.id' => '${EN}',
Replies
Boosts
Views
Activity
Jan ’26
Reply to Cant Create/Update App Clips
Hey @jasonknebel we were able to fix it using the new format. Someone replied at Feedback Assistant to try the new format again and it finally worked! We had to change these two arguments from 'EN' to '${EN}': // Before 'data.relationships.localizations.data.0.id' => 'EN', 'included.0.id' => 'EN', // Now 'data.relationships.localizations.data.0.id' => '${EN}', 'included.0.id' => '${EN}', If that helps, do you mind sharing a URL of one of your app clips or just manually check this thing scanning an NFC card with a URL that uses your app clip host but random path that's not associated with an app clip? https://developer.apple.com/forums/thread/803187
Replies
Boosts
Views
Activity
Jan ’26
Reply to Cant Create/Update App Clips
@Developer Program Support ping, it's still happening. We currently have to manually create/update all app clips by hand.
Replies
Boosts
Views
Activity
Jan ’26
Reply to App Clip Experience Does Not Update Content After Initial Creation (Persistent Caching Issue)
@srgplus we start seeing some light at the end of the tunnel. Three weeks ago we ~25 app clips that didn't get populated and today most of them have been populated except of 3 recently created app clips, they're still CREATE_SUBMITTED. Any updates on your side?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to App Clip Advanced Experiences don't get published
More and more people report the same issue that affect lots of our customers. We need your attention @DTS Engineer .
Replies
Boosts
Views
Activity
Jan ’26
Reply to App Clip Experience Does Not Update Content After Initial Creation (Persistent Caching Issue)
How did you manage to deactivate these app clips? Do you do it via the API or did you do it manually?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to App Clip Experience Does Not Update Content After Initial Creation (Persistent Caching Issue)
It seems like it's happening to everyone regardless of the number of app clips. It's happening to us (around 2x less app clips) and I found at least two more bug reports that were filled this month. One user has only one app clip, the other one has two app clips. https://developer.apple.com/forums/thread/810544 https://developer.apple.com/forums/thread/811156 https://developer.apple.com/forums/thread/811148 What's interesting is someone else had that issue back in 2024 (https://developer.apple.com/forums/thread/763374) and it eventually got fixed. So I think that's just the same issue and needs to be fixed again, we need to get Apple's attention on this matter. Do you mind pinging DTS Engineer at that thread from 2024?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to App Clip URLs Save Error
How many app clips does your app have?
Replies
Boosts
Views
Activity
Dec ’25
Reply to Cant Create/Update App Clips
@Developer Program Support thanks for responding! It does still happen using both formats that you mentioned. Also, as I mentioned in the original post, it used to work fine and it suddently stopped working ~a week ago or so without any intervention from our side. The Feedback has already been submitted, Feedback ID: FB21362966
Replies
Boosts
Views
Activity
Dec ’25
Reply to Why my App Clip Card can not be opened?
Hey, I have two questions: How many app clips does your app have? What's the status of the app clips when you look at App Store Connect's XHR request? https://developer.apple.com/forums/thread/810544
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to Cant Create/Update App Clips
@jasonknebel thanks for posting here. If you create an app clip manually at App Store Connect, does it get published? If so, how many app clips do you have in your app? One more question. Do you happen to experience any of these two issues? https://developer.apple.com/forums/thread/810544 https://developer.apple.com/forums/thread/810544
Replies
Boosts
Views
Activity
Dec ’25
Reply to App Clip Card Still Showing After Removal
I had the same issue few months ago. What helped was deactivating all advanced app clips + deleting/deactivating all default app clip experiences. App Store Connect doesn't show these for whatever reason but you can do that via API. Find all default app clip experiences Deactivate all of them Wait few hours/days and it will show a Safari notification instead of app clip https://developer.apple.com/documentation/appstoreconnectapi/get-v1-appclips-_id_-appclipdefaultexperiences https://developer.apple.com/documentation/appstoreconnectapi/delete-v1-appclipdefaultexperiences-_id_
Replies
Boosts
Views
Activity
Dec ’25