如何在 iPhone 应用程序内的 iTunes 帐户之间转账?

发布于 2024-11-30 21:28:32 字数 86 浏览 0 评论 0原文

有没有什么方法可以在我的应用程序中的 iTune 帐户之间转账,实际上我想开发这样的应用程序,能够做到这一点, 那么有人可以帮助我,或者指导一些适当的参考吗?

Is there any way to transfer money in between iTune Accounts within my application, actually I want to develop such app that is capable to do so,
so can anyone help me, or guide with with some proper references?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北音执念 2024-12-07 21:28:32

iTunes 是一个黑洞,它只会拿走你的钱,不会把它送走。通过黑洞转移任何东西都是有一点风险的。

如果您想在两个不同的用户之间转账(并使用应用程序)

  • 将用户注册到您的服务

  • 创建支付页面所在的移动网站并从内部打开此页面应用程序 - Apple 可能会禁止您的应用程序,否则,因为它真的嫉妒任何非 iTunes 付款

  • 允许用户选择谁将收到款项(朋友列表?)

  • 使用 PayPal 转账。对于 PayPal 收款,拥有电子邮件地址就足够了。

另请检查应用程序的 Apple 服务条款 - 他们可能有某种条款会限制此类应用程序。

iTunes is a black hole, it will only take your money, not give it away. Transfering anything through black hole is little bit risky.

If you want to transfer money between two different users (and using app)

  • Register users to your service

  • Create a mobile site where the payment page is and open this page from within the app - Apple will probably ban your application otherwise as it is really jealous about any non-iTunes payment

  • Allow user to choose who will receive the money (friends list?)

  • Transfer money using PayPal. For PayPal money receivements, having an email address is enough.

Also check Apple Terms of Service for apps - they probably have some kind of clauses which would limit this type of applications.

一人独醉 2024-12-07 21:28:32

如果你想从 Itunes 中赚钱,
我相信你可以使用这个技巧(假设):

你通过 Itunes-API 创建一个虚构的应用内购买,例如 5 欧元,
I-Tunes 将收取 1 欧元,而您作为开发者将获得 4 欧元转入您的 PayPal 帐户,减去 0,50 欧元的 Paypal 会费。

现在,作为开发者,您的 Paypal 上将有 3.50 欧元。
现在您可以将其转移给应用程序用户,他将因 Paypal 费用而获得 3,00 欧元。

If you want to get the Money out of Itunes,
i believe you could use this trick (hypotetic):

You create a fictive In-App purchasement via the Itunes-API for e.g 5€,
I-Tunes will take e.g 1€ and you as the developer will get 4€ transfered to e.g to your PayPal Account minus eg 0,50€ Paypal-Dues.

So now You as the developer will have 3,50 € at your Paypal.
Now you can Transfer this to the Appuser and he will get eg 3,00 € because of the Paypal-Dues.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文