ios - Transfer money in application -


My application is using funds transfer between users. Here is the flow of my application.

Users will register in my app. After that, he repays his account to send money to another account. When the user recharges his account app, he will provide a token (virtual money) to keep his balance in the app and send it to another user. And then users who receive the token from another user, whenever they want it will claim the application with their money. Meanwhile my application is charging the user a small amount when he sends money to another user. Therefore, when any user recharges the account, he will pay real time money and bring the token and when another user receiving that token claims to pay, he will pay the app. In real-time

Can anyone tell me how to maintain real money transactions, this means what payment gateway would I use for both scenarios? Should be 1. When a user restores their account 2. When the user claims for his money

I am currently using PayPal as my PG. I want to use in-app purchases. It is okay to use in-app purchases for the first scenario, but I do not know how to use in-app purchases to transfer money from the application account to another Sensex to a user's personal account. Can anyone tell me that in-app simple words, you can not do this

According to the apple,

There are some important guidelines to focus when designing your application:

One? ? ¢ You should not use your digital good or deliver service in-app purchases to sell real-world goods and services within your app.

one ?? ¢ You must make your in-app purchase item available to all of the registered devices for a user

one ?? ¢ You can sell a credit or virtual currency provided they are used within the app and they have no time limit.

one ?? For purchase, pornography, hate speech, defamation, or gambling (simulated gambling is not acceptable) may not be included in the

one ?? ¢ In-app purchase items can not be shared across the application

In addition, there is no mechanism to transmit money to another user's account through in-app purchase.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -