Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用户在appstore推广的时候 点击商品跳转一直弹起支付框,因为在XYStore里设置了 #12

Open
Gl-Gz-Cake opened this issue Nov 1, 2019 · 9 comments

Comments

@Gl-Gz-Cake
Copy link

No description provided.

@Gl-Gz-Cake
Copy link
Author

设置了

  • (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product {
    return YES;
    }

@Gl-Gz-Cake
Copy link
Author

不能做自己的下单支付逻辑

@ieliwb
Copy link

ieliwb commented Nov 27, 2019

@Gl-Gz-Cake @MQCCoder 大佬解决了吗?现在提交升级被拒了

When the user initiates an in-app purchase on the App Store, they are taken into your app to continue the transaction.
However, information about the subscription must be displayed to the user prior to the purchase:
• Title of publication or service
• Length of subscription (time period and content or services provided during each subscription period)
Price of subscription, and price per unit if appropriate

Your app must include links to your privacy policy and Terms of Use, and users should be able to access these links at any time.

@Gl-Gz-Cake
Copy link
Author

1这里的问题不是说有关订阅的信息必须在购买之前显示给用户么,我这边是有支付金额和获得的价格的,你那边app支付界面是怎么样的
2.这里说的隐私政策链接 是不是指appstore connect里面的隐私政策链接
可以参考下

@ieliwb
Copy link

ieliwb commented Nov 27, 2019

@Gl-Gz-Cake 这些都有,是这样的,已安装了App,从appstore里面的iap推广点进来的,见下图画框地方,会直接打开App后弹窗支付,现在苹果好像是要求进入支付界面必须要有商品介绍等信息。
我看了是通过下面这个协议启动App的,怎么监听把商品介绍页给打开
itms-services://?action=purchaseIntent&bundleId=com.example.app&productIdentifier=product_name

@ieliwb
Copy link

ieliwb commented Nov 27, 2019

我试了腾讯视频,优酷视频的IAP,他们会自动打开商品介绍页

@Gl-Gz-Cake
Copy link
Author

Gl-Gz-Cake commented Nov 27, 2019 via email

@ieliwb
Copy link

ieliwb commented Nov 27, 2019

@Gl-Gz-Cake 大佬厉害啊,解决了,谢谢啊,暂时没有动XYIAPKit,先提交试试

@Gl-Gz-Cake
Copy link
Author

Gl-Gz-Cake commented Nov 27, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants