1

Is there any real example of app store signed transaction or signed notification? I can find decoded form for transaction info or notification payload but not real signed example. There are some decoded examples but I want some real token with header alg and x5c. I would like test my backend implementation during development. My goal is receive App Store Server Notifications v2 and update my data.

user1951618
  • 131
  • 12
  • 1
    I don't know if is the same you are asking but I found a solution using PHP, maybe it will help you: https://stackoverflow.com/a/72638944/3701102 – pableiros Jun 16 '22 at 00:03

1 Answers1

-1

You can request a test notification to your dev environment endpoint, it's all described here:

https://developer.apple.com/documentation/appstoreserverapi/request_a_test_notification

Ion Ionets
  • 105
  • 1
  • 8