简体   繁体   English

如何从应用内购买transaction_id获取apple id

[英]How to get apple id from In-app Purchase transaction_id

In my application when user will buy any product using In- app Purchase i can not force user please log in in my application [ That is apple condition] 在我的应用程序中,当用户使用In-app Purchase购买任何产品时,我无法强制用户请登录我的应用程序[这是苹果条件]

When a user will buy any product apple just give a in app purchase transaction_id . 当用户购买任何产品苹果时,只需提供应用内购买transaction_id

In that case i can not keep track any users information in my system. 在这种情况下,我无法跟踪系统中的任何用户信息。 later when the user will restore his In - app purchase product in another device, without any user track/ apple id/ Unique ID i can not manage my application. 稍后当用户将其他设备中的应用内购买产品恢复时,没有任何用户跟踪/苹果ID /唯一ID我无法管理我的应用程序。

how to i can get apple users unique id by transaction_id..? 如何通过transaction_id获取苹果用户的唯一ID?

The in-app purchase receipt fields do not have any PII (personally identifiable information). 应用内购买收据字段没有任何PII(个人身份信息)。 See details in the Receipt validation programming guide . 请参阅“ 收据验证编程指南”中的详细信息。 In other words, you can not get user's apple-id from a transaction-id. 换句话说,您无法从transaction-id获取用户的apple-id。

If you just want to be able to restore previous purchases, you can do so by restoring purchased products. 如果您只想恢复以前的购买,可以通过恢复购买的产品来实现。 See the details in In-app purchase programming guide 请参阅应用内购买编程指南中的详细信息

If you want to track the user for other purposes, you can have the user login in the app before showing them the purchase screens. 如果您想为其他目的跟踪用户,可以让用户在显示购买屏幕之前登录应用程序。

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

相关问题 一次购买的 Apple 应用内购买交易 ID 有时会发生变化 - Apple In-app purchase transaction_id of one purchase changes sometimes Apple in-app-purchase transaction_id 是全球唯一的吗? - Is Apple in-app-purchase transaction_id globally unique? 通过应用内购买获取订阅者ID - Get subscriber id from in-app purchase 未找到Apple ID - 应用程序内购买iOS 8 - Apple ID not found - In-App Purchase iOS 8 iOS应用内购买交易ID是否总是长整数? - Is an iOS In-App Purchase transaction ID always a long integer? 如何根据Apple ID检查已购买或未使用iOS中的应用程序内购买的用户 - How to check user already purchased or not using In-App Purchase in iOS based on apple ID 应用内购买:使用多个Apple ID在同一设备上购买商品 - In-App Purchase: Purchase items on same device using multiple Apple Id 我如何从Apple的应用程序内购买中获得报酬? (iOS iTunesConnect) - How can I get paid for my app's in-app purchase from Apple? (iOS iTunesConnect) 应用内购买要求每次在 IPAD 上登录 Apple ID 和密码,特别是从试飞安装时 - In-app purchase asks every time to sign-in Apple ID and password on IPAD specifically when installed from test flight 从iOS应用内购买收据中检索订单ID /文件编号 - Retrieve Order ID/Document No from iOS In-App Purchase Receipt
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM