apple / app-store-server-library-java

MIT License
166 stars 38 forks source link

hello, I would like to ask under what circumstances will apple callback to be empty? #90

Closed hakusai22 closed 7 months ago

hakusai22 commented 7 months ago

hello, I would like to ask under what circumstances will apple callback to be empty? https://developer.apple.com/documentation/appstoreservernotifications/signedpayload?changes=_3

image image
alexanderjordanbaker commented 7 months ago

Is this related to the library? I don’t see any library classes in this screenshot

hakusai22 commented 7 months ago

Thanks for the reply. It really has nothing to do with this library. It’s just that I didn’t find the null value callback scenario in the documentation.

alexanderjordanbaker commented 7 months ago

@hakusai22 It generally isn’t possible to have a null callback, from Apple

hakusai22 commented 7 months ago

@hakusai22 It generally isn’t possible to have a null callback, from Apple

In my production environment, there are many null callbacks.