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:
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!
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
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!
-
—
skhan.di3
Add a CommentDid the ephemeral setting work for you to receive APNS notifications or did you have explicitly enable the Push Notifications Capability?