简体   繁体   English

Windows Phone 8 Pesapal与WebBrowser控件的集成

[英]Windows Phone 8 Pesapal integration with WebBrowser control

My app fetchers selling digital goods and I don't want to use in-app purchases for this purpose instead I would like to use pesapal integration with the help of a WebBrowser control . 我的应用程序获取器销售数字商品,我不想为此目的使用应用程序内购买,而是希望在WebBrowser control的帮助下使用pesapal集成。 I have checked the store policies regarding this as well as the WebBrowser control security best practices for Windows Phone 8 but now confused since I am not still sure if it is legal and will my app be rejected if I integrate payment using a WebBrowser control . 我已经检查了与此有关的商店策略以及Windows Phone 8WebBrowser control安全最佳实践,但现在感到困惑,因为我仍然不确定它是否合法,如果我使用WebBrowser control集成付款,我的应用程序将被拒绝。 ? Any help is appriciated... 任何帮助都可以申请...

It is possible to use a Web controller to load payments, we did this for Ticketsasa.com Application and it was approved before we changed to the current one which uses a different approach. 可以使用Web控制器加载付款,这是我们为Ticketsasa.com应用程序完成的,并且在我们更改为使用其他方法的当前版本之前已获得批准。 The requirement however is that you must inform the user prior to loading the Web controller that by clicking of a button (or the event that loads the web Controller) will lead them to be redirected to a webpage where they will pay. 但是,要求是您必须在加载Web控制器之前通知用户,通过单击按钮(或加载Web Controller的事件)将导致他们被重定向到他们要付款的网页。

Based on your description, we know you want to sell digital goods in your app. 根据您的描述,我们知道您想在自己的应用中销售数字商品。 According to the Windows Store Policies 10.8 Financial Transactions , we can know that you could need to use the Microsoft in-app purchase API to sell digital items or services that are consumed or used within your app . 根据Windows应用商店政策10.8金融交易 ,我们可以知道您可能需要使用Microsoft应用程序内购买API来销售在应用程序内使用或使用的数字商品或服务

You could need to use a secure third party purchase API for purchase of physical goods or services, real world gambling or charitable contributions. 您可能需要使用安全的第三方购买API来购买实物商品或服务,现实世界中的赌博或慈善捐款。

Please note only the tester can pass/fail an app. 请注意,只有测试人员可以通过/失败应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM