#Crawl
1 messages ยท Page 1 of 1 (latest)
Hello ๐
No, we currently don't have anything as such for mobile SDKs.
Ok and does the sdk support subcriptions ?
Subscriptions are created server-side. So there's nothing specific in the SDKs with regards to creating a subscription.
What's your usecase?
Also,I dont really understand the diff between payement stripe subscription and in-app purchase
How app is a saas service, paid with subscription monthly, wether you're on mobile or web
Is this considered as a subscription ?
Or is this just for apple pay
In-app purchases are the purchases that enable a diff experience in the app for the customer.
I.e. if you're building a game and allow micro-transactions to buy skins OR power ups etc then those are considered in-app purchases. Another example would be a paid subscription that unlocks tv shows, movies etc in the app.
Apple has strict restrictions on in-app purchases. You can't perform in-app purchases (directly on the phone) with a stripe subscription.
That's why a lot of companies don't allow customers to buy subscriptions in the app and redirect them to a webpage instead to complete sign up
Is this just for apple pay ? or all payment method ?
If you're building a mobile app then it applies to all in-app transactions (with any payment method). Apple wouldn't approve the app if you're not using in-app purchases feature.
Ok so in my case
There's no micro transaction
The app is paid, monthly subscription and that's it
is this considered as in-app ?
does the subscription "unlock" anything in the app?
the subscription, unlock the app
no subcription = no app
this is a monthly service
Gotcha. I guess that should be fine but you shouldn't take my word for it as Apple is Apple ๐ They have their own ways of doing things.
You should talk to them directly and confirm
Ok sounds good