Hi everyone. Very much enjoying the mobile native beta.
Just curious - has anyone thought about subscriptions or in-app payments yet? I was just about to implement stripe into my app, but my understanding is that if you are monetizing digital goods you need to do it through the App Store and Google Play. Has anyone thought about this or experimented with anything yet?
Confirming that In App Payments are on the roadmap
For those that are building a Saas, it’s app store policy to use the Apple or Google IAP systems to subscribe users to your apps. It’s how they take their commission. This has to be implemented with SDKs from Apple and Google.
If you aren’t building a Saas or selling digital media, you can use Stripe as you usually would i.e. Marketplace apps or person to person services. AirBnb and Uber fall into this category.
There are REST APIs available to manage subscriptions for both stores once a user has subscribed. i.e. Get a list of users, get a list of subscriptions, cancel a subscription.