您好,我们在审核认证时得到的反馈如下:
App Policies: 2.1.2 In App Billing
If your app includes in-app purchase, billing functionality or captures financial information, the following requirements apply:
If your app includes in-app billing functionality or captures financial account information but does not use the Microsoft in-app purchase API provided by Windows Phone, the following requirements apply for the listed account
types:
Notification/Action Requested:
The user is prompted for payment information from within the app or captures financial account information. Transactions must occur external to the app via a secure (HTTPS) website, or through a hosted control where the address
bar is visible to verify the URL and HTTPS security.
但是,我们的支付是在sdk中完成而不是基于web页面;sdk和服务端是C/S结构,交互时使用的是我们内部定义的接口协议(本身具有签名和加解密机制),只是定义消息格式的时候用的是http+json。
这种情况下我们不更换支付方式是否可以通过审核呢?该如何修改处理比较妥当?