I am working on an iOS app which provides access to below features when user purchases the annual subscription:
- Book Doctor Visit: After purchasing the subscription,the user can have the access to the feature of booking an appointment with doctor so he/she can visit the clinic for assessment.
- Chat with Doctor: After purchasing the subscription, user can chat with the doctor for any consultation using chat functionality from the app.
My question is, do I have to compulsory implement IAP for this or I can use any other payment method like RazorPay, Stripe ?
I have gone through apple's guidelines regarding the IAP, but I am confused after reading it. You can find the guidelines here.
EDIT: After some suggestions, edited the first feature description for more clarity.