Hello everyone. I did a bit of researching for this topic, but still did not find the best answer for myself. Basically, my case is I want to create a registration system that has IAP and my own paywall to get away with Apple 30% cut off.
I would use a code system to enable my app, and I think I need to save this code somewhere to check with mysql database from my server.
I currently come up with 2 solutions:
1. Write the encrypted code onto the plist file of the app (even though I have not...
What is the best way to write data for Registration System on iOS devices?
I would use a code system to enable my app, and I think I need to save this code somewhere to check with mysql database from my server.
I currently come up with 2 solutions:
1. Write the encrypted code onto the plist file of the app (even though I have not...
What is the best way to write data for Registration System on iOS devices?