Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to handle payments without using in app purchase in ios apps? [closed]

I just submitted an app to Apple and it was rejected because we were requiring users to register a credit card and then use our service by charging some amount from their cards. I don't want to add in app purchases because they deduct the 30% of the amount paid. I also checked a paypal app in which user enter his credit card payment by paypal app and that is on app store how the things are possible now for me.

Any suggestions, links, or thoughts will be helpful.

like image 984
B25Dec Avatar asked Sep 19 '11 07:09

B25Dec


1 Answers

Well Apple only allows In app purchases when you are using digital goods. You can only use for example paypal if you you are selling non digital goods.

If apple reject your app for not using IAP then you only option is to use IAP. Yes apple will take 30% of the amount, but they will supply the backend and transaction systems so it it reasonable that they charge you for that.

like image 111
rckoenes Avatar answered Nov 01 '22 21:11

rckoenes