Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on ipad/iphone app.It is a native app for a website that sales movie streaming online.In this app i have to provide a facility so that user can recharge their account with desire amount(like - $10, $50,....). It same as recharging our prepaid phone service, and then calling our friends.I have read about apple store kit, i am not getting how to achieve this using storekit please help me. You can also explain about some other payment gateway which provide this type of facilities and i do not want to store price information on others server.

Is it possible, apple will approve my app?

Thanks.

share|improve this question

closed as off topic by Baz1nga, Mat, martin clayton, Juhana, ChrisF Dec 4 '11 at 22:59

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

If you want your app to get approved you have to use apples in-app purchases.

For more information about storekit: link link

share|improve this answer

See the In-App Purchase Programming Guide. that's the safest way to do any payment transactions (by safest way I mean rejection from Apple)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.