|
1 vuosi sitten | |
---|---|---|
.. | ||
.sample.json | 1 vuosi sitten | |
DetectingFraud.unity | 1 vuosi sitten | |
DetectingFraud.unity.meta | 1 vuosi sitten | |
FraudDetection.cs | 1 vuosi sitten | |
FraudDetection.cs.meta | 1 vuosi sitten | |
README.md | 1 vuosi sitten | |
README.md.meta | 1 vuosi sitten | |
User.cs | 1 vuosi sitten | |
User.cs.meta | 1 vuosi sitten | |
UserWarningAppleAppStore.cs | 1 vuosi sitten | |
UserWarningAppleAppStore.cs.meta | 1 vuosi sitten |
This sample showcases how to provide to the Apple App Store your user’s identifiers to help prevent fraud using Apple extensions.
InAppPurchasing game object > Fraud Detection script > Gold Product Id field
or change the goldProductId
field in the FraudDetection.cs
script.iOS
.
To help prevent fraud, it is useful to provide to Apple an in-app identifier of your user. This helps Apple map iTunes Store accounts to their in-app account.
The username must not contain personally identifiable information such as emails in cleartext. To prevent this, Apple recommends that you use either encryption or a one-way hash to generate an obfuscated identifier.
For more information see Apple’s documentation on the subject.