UWP:当应用是付费服务的客户端时需要应用内购买
UWP: is in-app purchase required when the app is the client of a payed service
我们的产品具有多种平台:Web、iOS、Android 和 Windows。该产品也有订阅。
可以在网络、Android 和 iOS 上购买订阅。
让用户从应用内购买这些订阅是可选还是强制?
(如果是 App Store,它是强制性的,如果是 Google Play,它是可选的)
根据 documentation:
10.8.1
You must use the Microsoft Store in-product purchase API to sell digital items or services that are consumed or used within your product. Your product may enable users to consume previously purchased digital content or services, but must not direct users to a purchase mechanism other than the Microsoft Store in-product purchase API.
因此用户可以使用现有的订阅,但不应被定向到单独的购买机制来购买订阅。
例如Spotify也有同样的要求,但由于它没有直接指导用户通过他们的网站购买订阅,只是链接到用户帐户页面,这似乎符合Microsoft Store规则。
我们的产品具有多种平台:Web、iOS、Android 和 Windows。该产品也有订阅。 可以在网络、Android 和 iOS 上购买订阅。
让用户从应用内购买这些订阅是可选还是强制?
(如果是 App Store,它是强制性的,如果是 Google Play,它是可选的)
根据 documentation:
10.8.1
You must use the Microsoft Store in-product purchase API to sell digital items or services that are consumed or used within your product. Your product may enable users to consume previously purchased digital content or services, but must not direct users to a purchase mechanism other than the Microsoft Store in-product purchase API.
因此用户可以使用现有的订阅,但不应被定向到单独的购买机制来购买订阅。
例如Spotify也有同样的要求,但由于它没有直接指导用户通过他们的网站购买订阅,只是链接到用户帐户页面,这似乎符合Microsoft Store规则。