Windows Phone 放开政策 - 应用内支付(IAP)可加入三方支付
Windows Phone 应用商店在 今年(2013)11月04号 修改了商店政策 允许公司账户的应用使用三方支付SDK。
通过 App certification requirements change history for Windows Phone 可以看到最新的更新时间是 11月4号。但是在最后更新时间列表中貌似有点问题,不过没有关系我们一起解读一下新政策。

点击 App policies for Windows Phone

进入 App policies for Windows Phone 页面不过这里的更新时间没有错。

和大家一起解读一下关于应用内支付的新政策。

上面的2.1 和 2.1.1 基本上没有太大改动
讲述的是在使用 Windows Phone IAP 的时候需要遵循以下规则:
- 你的应用可以销售一个数字产品或服务,应用内支付(IAP)所销售的产品必须是在你的应用中使用。
- 你在应用中销售的产品不允许被转换成货币或实体商品及服务,除你正在使用IPA销售一个商品是由用户自己所创的Windows Phone数字产品,例如 照片、视频、文档。
- 由你来负责交付通过应用内购买的商品。
- 在美国你不可以通过IAP销售电子图书。
你不可使用IAP销售VoIP的通话时间(话费)在澳大利亚,巴西,土耳其以及美国。
2.1.2
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:
For Business accounts, the following requirements apply:
At the time of the transaction or when you collect any payment or financial information from the customer:
Your app must identify the commerce transaction provider.
Your app must display a message to the customer stating who is responsible for the transaction.
Your app must prompt the user for authentication to allow a commerce transaction to be accomplished.
If your app collects credit card info or uses a third-party payment processor that collects credit card info, the payment processing must meet the current PCI Data Security Standard (PCI DSS).
For Individuals and Student accounts, the following requirements apply:
Unless you have a pre-existing billing relationship with the user, your app may not require the user to provide payment information, within the app experience, to activate, unlock, or extend usage of the app.
If you do not have a pre-existing billing relationship with the user, payment and personal account information must be collected outside of the app experience through an approved third-party payment processor or via a secure HTTPs website or as a hosted control within the app where the user can verify the URL and HTTPS security. For more information about how to create a secure HTTPS website, see Implementing a secure browser within your Windows Phone App.
这里要强调的就是 2.1.2
首先这里提到 如果在应用中有支付功能或使用支付账户信息但是没有使用微软应用内支付API的情况,需要遵守以下规则:
- 公司(企业)账户的情况要求如下:
- 在进行付款你需要向用户收集支付信息时:
- 你一定要展示(告诉)用户交易提供商是谁。
- 你一定要明确消息展示给用户谁负责交易。
- 你一定要设置一套用户验证机制来完成提供商的交易。
- 如果你的应用收集信用卡的信息或者使用三方支付流程,那么在收集信用卡信息和支付流程中必须满足 PCI 安全标准。
- 在进行付款你需要向用户收集支付信息时:
- 个人和学生用户,要求如下:
- 只允许在你拥有用户预付费系统,你的应用不需要收集任何支付信息,只是一些激活,解锁 或一些扩展功能。
- 如果你没有一个用户预付费系统,支付以及收集个人信息过程需要在一个被批准的三方支付流程,或者通过一个 secure HTTPs website https安全支付,或在应用中启动一个控件并可以让用户验证 URl 链接的 HTTPS 的安全性。更多关于如何创建一个安全HTTPS Website 站点信息请参阅 Implementing a secure browser within your Windows Phone App.
相信会有更多的支付平台会迅速加入Windows Phone阵营帮助开发者赚钱。
Windows Phone 放开政策 - 应用内支付(IAP)可加入三方支付的更多相关文章
- 应用内支付(IAP)可加入三方支付
Windows Phone 放开政策 - 应用内支付(IAP)可加入三方支付 Windows Phone 应用商店在 今年(2013)11月04号 修改了商店政策 允许公司账户的应用使用三方支付S ...
- iOS开发支付篇-内购(IAP)
一,前言 经典文章参考: . http://yimouleng.com/2015/12/17/ios-AppStore/ 内购流程 . http://www.jianshu.com/p/b199a46 ...
- Cocos2dx使用ios内支付IAP具体流程-白白
今天总结了一下cocos2d-x使用ios内支付iap的具体流程,封装好了调用接口,代码与具体说明在此 http://download.csdn.net/detail/u010229677/81566 ...
- iOS开发支付篇——内购(IAP)详解
1 <em>内购所需要的资料整理总结,史上最完整的,哈哈哈哈哈哈</em> 思维导图 重点总结: 1 2 3 4 5 6 7 8 9 10 11 12 13 1.获取内购列表( ...
- Cocos2d-x使用iOS游戏内付费IAP(C++篇)
本文章转载 http://www.ityran.com/archives/5515.非本人原创! 前期准备 设备与账号 在开始编码之前我们需要准备测试环境. IAP只能真机测试,准备一台iOS设备是必 ...
- iOS应用内付费(IAP)开发步骤列表
iOS应用内付费(IAP)开发步骤列表 前两天和服务端同事一起,完成了应用内付费(以下简称IAP, In app purchase)的开发工作.步骤繁多,在此把开发步骤列表整理如下.因为只是步骤列表, ...
- Unity苹果(iOS)内购接入(Unity内置IAP)
https://www.jianshu.com/p/4045ebf81a1c Unity苹果(iOS)内购接入(Unity内置IAP) Kakarottog ...
- 【原创分享·微信支付】C# MVC 微信支付教程系列之现金红包
微信支付教程系列之现金红包 最近最弄这个微信支付的功能,然后扫码.公众号支付,这些都做了,闲着无聊,就看了看微信支付的其他功能,发现还有一个叫“现金红包”的玩意,想 ...
- 银盛支付ecshop,shopex,shopnc在线支付接口,php版本支付接口开发
最近应一个客户的要求,给他的一个ecshop商城开发银盛支付在线支付接口.银盛支付服务股份有限公司(简称银盛支付)成立于2009年7月,总注册资本14000万元人民币,员工队伍持续壮大.2011年5月 ...
随机推荐
- docker-composer
1.安装docker-composer 参考官方 安装1.20.1 sudo curl -L https://github.com/docker/compose/releases/download ...
- Django入门-简单的登录
1.登录页面 2.项目目录结构 3.需要修改四个文件 urls.py-------路径与函数之间的对应关系 views.py-------函数定义与逻辑处理 加入一个login.html文件 ...
- input disable手机端颜色兼容问题
color: #5b636d; -webkit-text-fill-color: #5b636d; opacity: 1; -webkit-opacity: 1; input在移动端会有padding ...
- C++中的浅拷贝和深拷贝
浅拷贝(shallow copy)与深拷贝(deep copy)对于值拷贝的处理相同,都是创建新对象,但对于引用拷贝的处理不同,深拷贝将会重新创建新对象,返回新对象的引用字.浅拷贝不会创建新引用类型. ...
- strcpy函数;memcpy函数;memmove函数
strcpy函数实现: char* strcpy(char* des,const char* source) { char* r=des; assert((des != NULL) && ...
- swift OC混编工程,xcode断点调试,控制台左侧只有变量名称不显示值,右侧输入po命令,打印除一堆提示
断点调试 (lldb) po 变量名warning: Swift error in module 项目名.Debug info from this module will be unavailable ...
- php.ini memory_limit引起的问题
故障现象 在运行PHP程序,通常会遇到“Fatal Error: Allowed memory size of xxxxxx bytes exhausted”的错误, 这个意味着PHP脚本使用了 ...
- Linq select 语法
文档:https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b 1.可以对查询出来的结果做一些转换,下面的例子在数组中查找以"B&q ...
- 创建和修改主键 (SQL)
添加主键, ALTER TABLE [表名:OrderInfo] Add PRIMARY KEY ([列名:ProductID, UserID...]) 多个列则是组合主键 删除主键, ALTER ...
- APScheduler 浅析
前言 APScheduler是python下的任务调度框架,全程为Advanced Python Scheduler,是一款轻量级的Python任务调度框架.它允许你像Linux下的Crontab那样 ...