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月 ...
随机推荐
- Eclipse编辑jsp不显示预览效果页面
转载链接:https://blog.csdn.net/fishsr/article/details/22662787 转载 2014年03月31日 13:35:35 1.Eclipse打开jsp后,在 ...
- 上传 第三方jar包 nexus
手动上传第三方jar包到nexus的步奏: 1)按下图方式进行 2)按下图完成上传 3)点击保存完成
- 自己整理lnmp安装
1. 操作系统 CentOS release 6.5(final) 2. 安装mysql # yum install mysql-server #vi /etc/my.cnf +def ...
- SQL dialect is not configured
在Idea中,xml配置文件报错:SQL dialect is not configured 解决方法如下: 在Idea中,在报错的地方按alt+enter,然后点击Generic配置dialect即 ...
- Tomb Raider(暴力模拟)
Tomb Raider https://hihocoder.com/problemset/problem/1829?sid=1394836 时间限制:1000ms 单点时限:1000ms 内存限制:2 ...
- SVN版本冲突问题
--------------------siwuxie095 SVN 版本冲突问题 如:Jack 和 Mary 从仓库中将项目下载到本地,然后 Jack 修改了 项目中的一个文件,并上传到仓库中,之后 ...
- swift和OC - 拆分数组 和 拆分字符串
1. 拆分数组 /// 根据 数组 截取 指定个数返回 多个数组的集合 func splitArray( array: [Date], withSubSize subSize: Int) -> ...
- jxl 创建excel
public static void performanceExcel(String sCurrPath,List<Record> list, String begin,String en ...
- springMVC将处理的后的数据通过post方法传给页面时,可能会出现乱码问题,下面提出解决post乱码问题的方法
在web.xml中加入: <!-- 解决post乱码问题 --> <filter> <filter-name>CharacterEncodingFilter< ...
- HttpClient的几个实现类
DefaultHttpClient最基本的HttpClient实现 org.apache.http.impl.client.DefaultHttpClient占用内存23字节 第一次初始化的时候需要2 ...