采用订阅模式的应用内购买
有谁知道提供应用内购买和订阅模式的服务提供商吗?我检查了 Urban Airship,它有围绕非消耗性方法构建的解决方案,但 iLime 尚不可用。任何正确方向的指示将不胜感激。
Does anyone have any idea of a service provider that provides In App Purchase with subscription model. I checked Urban Airship which has solution built around non-consumable approach and iLime is not available yet. Any pointers in the right direction would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我不知道服务提供商,但我可以告诉您有关订阅跟踪的信息。
跟踪通常需要用户连接的 5 台设备通过订阅启用。为此,您必须在服务器上维护另一组用户凭据,并在应用程序加载到每个设备上后要求用户输入凭据。
另一种方法是在应用程序加载后为设备提供唯一的用户 ID。在第二台设备上安装后,需要输入相同的用户 ID 才能启用订阅。
尝试寻找更新版本的 ApalyaTv 以获取更多详细信息。
Though i am not aware of the service providers, i will be able to tell you about tracking of subscriptions.
Tracking usually needs the user's connected 5 devices to be enabled with the subscription. For this, you either have to maintain another set of user credentials on the server and ask the user to enter the credentials once the app is loaded onto each device.
another approach is the unique userid for the device once the app is loaded. Upon installation on the second device, the same userid needs to be entered for enabling subscriptions.
Try to look out for newer version of ApalyaTv for more details.