I have an app that has a "store" section. When you click on the item, you are redirected to the online store. Apple rejected this due to its "in app purchase" terms. My question is what can I do. How do I implement inn app purches to make it stay a web page?
Question for "in app purchase"
How do I implement inn app purches to make it stay a web page?
You cannot redirect users outside of the app to make a purchase. All content must be processed within your application via the StoreKit framework. What is your case? Why you would want to send a user to purchase on the web?