Ask HN: Bypass App Store Subscription Fees?
Anyone have any suggestions on how to get around Apple App Store subscription fees? Netflix and Spotify do it, but also several smaller apps too. I can't seem to find the magic combo for Apple ignore it in an app I'm developing.
2 comments
[ 2.7 ms ] story [ 14.9 ms ] threadSet up an external website that registers/login user and process user payment there. Then in your app, require user login and then your app can communicate with the backend to check if the user is subscribed.
On the other hand, some people prefer to pay within app. I don't trust many subscription services to be responsible with my credit card information, but Apple/Google have proven to have consumer protection. So you should probably do both.