Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/98.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 苹果支付缺失权利警告_Ios_Entitlements_Applepay - Fatal编程技术网

Ios 苹果支付缺失权利警告

Ios 苹果支付缺失权利警告,ios,entitlements,applepay,Ios,Entitlements,Applepay,你有没有收到过苹果公司这样的邮件? 最奇怪的是,我根本没有使用Apple Pay。我应该去哪里看 Dear developer, We have discovered one or more issues with your recent delivery for “<APP>". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

你有没有收到过苹果公司这样的邮件? 最奇怪的是,我根本没有使用Apple Pay。我应该去哪里看

Dear developer,

We have discovered one or more issues with your recent delivery for “<APP>". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Entitlement - App contains references to [Apple Pay] in ‘ <BundleName>', but is missing the required entitlement 'com.apple.developer.in-app-payments'.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team
亲爱的开发者:,
我们发现您最近交付的“”存在一个或多个问题。您的交付成功,但您可能希望在下次交付中更正以下问题:
缺少权限-应用程序在“”中包含对[Apple Pay]的引用,但缺少必需的权限“com.Apple.developer.in-App payments”。
更正问题后,可以使用Xcode或应用程序加载程序将新的二进制文件上载到iTunes Connect。
当做
应用商店团队

更新:参见jrg答案(在我的案例中,修复了我的问题)我有一个过时的Braintree CoCoCoaPod。谢谢你!你是否使用任何链接将人们带到apple pay或使用apple pay的商店?有时你使用的外部库会包含这些东西,以防你将来想使用。我们收到了一条类似的消息,但当我们包含Mix Panel(分析平台)时,会收到推送通知进入我们的应用程序。Mix Panel有推送通知,但您不必使用。@betzerra,我面临着同样的问题,我在我的应用程序中使用lifepics sdk,可能是root。您能告诉我如何解决此问题吗…??我希望有人对此作出回应:((如果您使用的是旧版本的Braintree CoCoCoaPod,那么您会遇到这个问题。Braintree最终将ApplePay代码分离到Braintree/Apple Pay pod中。其他支付提供商的SDK可能仍然包括“应用内支付”框架。