Do App Clip Push Notifications Work in Test Flight?

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:
  1. Set 'Requests ephemeral user notifications' to YES in the app clip's info.plist.

  2. Enabled and configured the Push Notification requirement for my app clip identifier at developer.apple.com (i.e. new certificates for prod and sandbox)

  3. Created a new AWS SNS Push platform applications and configured them with the new push notification certificates.

  4. Created a topic and registered an app clip endpoint for the topic

  5. 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!

Did the ephemeral setting work for you to receive APNS notifications or did you have explicitly enable the Push Notifications Capability?

Hi , did you get the notifications running in appclips? I have developed an app-clip myself and it is in app-store working fine , but i am stuck on the notification bit. Any kind of help is appreciated.

Thanks

Do App Clip Push Notifications Work in Test Flight?
 
 
Q