-
I have use DidRenew event for auto-subscription of AppStore and put the code in listener is here: `/**
|
Beta Was this translation helpful? Give feedback.
Answered by
imdhemy
Jan 29, 2024
Replies: 1 comment
-
Hi @qadeesz If you are using Apple Notifications v2, you don't need to validate the receipt, this is done out of the box. You can find information on accessing the event data in the documentation. You can get the benefit of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qadeesz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @qadeesz
If you are using Apple Notifications v2, you don't need to validate the receipt, this is done out of the box. You can find information on accessing the event data in the documentation. You can get the benefit of the
getProviderRepresentation()
method.