Processing payments to users in iOS
I'm exploring whether it's possible for me to implement an idea I've had in iOS. However, the idea depends on being able to give users money. Is this possible in iOS? I know Apple wants you to use StoreKit when taking money from users (in-app purchases, etc), but is there even a mechanism in StoreKit to give money to users, and if not, do the iOS rules let one use a third-party service like PayPal to give users money? Yes, one can use a third party service like Paypal for payment. To implement Paypal mechanism go through the following steps. 1) Download Mobile Payment Libraries for iOS form