gpt4 book ai didi

iphone - 如何在iphone sdk中集成paypal?

转载 作者:太空宇宙 更新时间:2023-11-03 16:37:38 25 4
gpt4 key购买 nike

我需要在我的应用中集成pay-pal donate,我的应用是一个慈善应用,所以在应用中集成pay-pal是没有问题的。我找到了很多文章,包括 pay-pal 网站供引用,但似乎对我没有帮助,我从 pay-pal 网站找到了示例代码,并将 pay-pal 库包含到我的项目中。在我的 applicationDidFinishLaunching

[NSThread detachNewThreadSelector:@selector(initializePayPal) toTarget:self withObject:nil];

-(void)initializePayPal {
[PayPal initializeWithAppID:@" APP-80W284485P519543T" forEnvironment:ENV_SANDBOX];
}

然后我不知道如何处理我在 viewDidLoad 中的 paypalviewcontroller 页面任何人对整合 Paypal 有任何想法请帮助我。我得到任何简单的项目源代码以供引用,这对我来说将是一个很大的帮助。实在不好意思问源码。但我是 iPhone 的初学者。

最佳答案

题外话:

我认为你的应用会被拒绝

11 Purchasing and currencies

11.1 Apps that unlock or enable additional features or functionality with mechanisms other than the App Store will be rejected

11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase content, functionality, or services in an app will be rejected

11.13 Apps that link to external mechanisms for purchases or subscriptions to be used in the app, such as a “buy” button that goes to a web site to purchase a digital book, will be rejected

来自 App Store Review Guidelines

主题:

看这个tutorial .

关于iphone - 如何在iphone sdk中集成paypal?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8614260/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com