Question

The server code to validate a receipt its very simple, so could I validate the subscription directly on my app? or I must implement it in some server in order to not get an Apple rejection?

and if my application have videos that are added every month, that kind of content might cause an app rejection to?

thanks in advance!

Was it helpful?

Solution

you don't have to validate on a separate server. you can validate directly with the apple server. it is however not recommended. i have several apps that validate directly with the apple server (all accepted) because my client does not want to deal with the verification on their end.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top