I am creating a tool application on the iOS platform. I want to create three levels for users. basic, professional and premium. Each level provides different functions. Thus, the user needs a fee for a pro and premium subscription plan. the difference between the level is the user who can create more document than the basic user.
The fact is that I do not want to use IAP, I do not want Apple to make up 30% of the revenue, so I created a website to allow the user to pay for the subscription via the Internet. I received the application, approved 3 times earlier, without any deviations. but recently the Apple review team rejected my app with follow-up information
From Apple 11.13. Applications that link to external mechanisms for purchases or subscriptions that will be used in the application, such as the buy button, which is sent to the website to purchase a digital book, will be rejected 11.13 Details
We noticed that your application provides access to external mechanisms for purchases or subscriptions that will be used in the application, which does not comply with the App Store Review Guide.
I am very sure that I did not have a button or link inside the application to go to the site for payment. My application really captures the subscription level from the API website to limit the userβs function by level. I am not very sure that this is prohibited by Apple. I again check the manual for the Apple review and find
11.14 Applications can read or play approved content (in particular magazines, newspapers, books, audio, music, video and cloud storage) that are signed or purchased outside the application, if it does not have a button or external link for the application to purchase approved content. Apple will receive only a portion of the revenue for content purchased within the application.
Kindle and dropbox follow 11.14. they removed the IAP from the application and allowed the user to buy content from the website. I can say that they follow 11.14. therefore, the apple approves of it.
But 11.14 only works for magazines, newspapers, books, audio, music, video, and cloud storage. while I'm not sure if my application belongs to one of them. But my application is very similar to Evernote. Evernote provides payment both on the website and on the IAP.
So my question is: if Evernote removes the IAP from the application and allows the user to buy from the site. will an apple give up on this? If not, then my application should not be rejected.