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!