Get the app from another app using the in-app purchase

I am trying to implement an in-app purchase in the iPhone SDK, but I am trying to buy an application from another application.

Is it possible to implement it? The first application opens one function that is blocked by the in-app purchase. He must install this function as another application on the device. So that the owner can receive money from the application using an in-app purchase.

+6
source share
1 answer

You cannot purchase the application from the application using the In-App purchase, for this, do the following:

11.1

Applications that unlock or enable additional features or functions using mechanisms other than the App Store will be rejected.

And check for more details. If any question, please return me.

+1
source

All Articles