Posts

Post not yet marked as solved
20 Replies
6.6k Views
I was excited to have my updated app with an app clip just approved for sale in the App Store. It's been working great for a couple of weeks via Test Flight. But when I scan my QR code with the Control Panel QR Code Scanner, I get the dreaded grey/white card with the "This app clip is not currently available in your country or region" message. Anyone else see their app clip working in production? Is there anything I need to do to fix the problem, do I just need to wait a little longer, or is this an Apple bug?
Posted
by rynning.
Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
Hi all. I'm trying to send a push notification to my app clip from AWS SNS, and I think I've done everything required: Set 'Requests ephemeral user notifications' to YES in the app clip's info.plist. Enabled and configured the Push Notification requirement for my app clip identifier at developer.apple.com (i.e. new certificates for prod and sandbox) Created a new AWS SNS Push platform applications and configured them with the new push notification certificates. Created a topic and registered an app clip endpoint for the topic Send a notification to the topic that includes "target-content-id" = App Clip experience invocation url I can see in my database that I got the token and created the SNS endpoint, and I can see in AWS CloudWatch that I sent the message successfully to the endpoint. However, didReceiveRemoteNotification in the app clip's AppDelegate never gets called. The same setup works fine in the corresponding app. Any ideas or things to try? Thanks!
Posted
by rynning.
Last updated
.
Post not yet marked as solved
0 Replies
562 Views
Hi. I have NSAppClipRequestLocationConfirmation set to YES in my App Clip's Info.plist's NSAppClip's dictionary. I've also enabled _XCAppClipURL in my Run arguments, and it's set to my domain. And my iPhone iOS 14 simulator's location is set to a test location. But I get the APActivationPayloadError.Code.disallowed error (1) from confirmAcquired(in:completionHandler:) which I'm pretty sure is because "the source of the app clip’s invocation wasn’t an NFC tag or visual code." Is there anything I can do to test confirmAcquired in a simulator? Thanks!
Posted
by rynning.
Last updated
.
Post not yet marked as solved
2 Replies
681 Views
I'm hoping to add an App Clip to an app written in Objective C. I can get the NSUserActivity object from options in willConnectToSession:(UISceneSession *)session 			options:(UISceneConnectionOptions *)connectionOptions but the appClipActivationPayload doesn't seem to be a part of the Objective C library yet. Is that true, and do you know when it will be available? Thanks!
Posted
by rynning.
Last updated
.
Post not yet marked as solved
1 Replies
625 Views
I understand that for my App Clip that is location based, I will need to register invocation URLs for each location in App Store Connect. What happens if I have a new location at a later time? Can I register the new invocation URL in App Store Connect without having to deploy a new version of the app? Thanks!
Posted
by rynning.
Last updated
.