Anti-cheat Methods
Validation of payments and time adjustments in devtodev SDK for iOS
Payments validation
[DevToDevCheat verifyPaymentWithCompletion:(void (^)(ReceiptStatus))completionBlock];typedef enum {
ReceiptValid,
ReceiptNotValid,
ReceiptServerError,
ReceiptInternalError,
ReceiptSandbox
} ReceiptStatus;[DevToDev realPayment: (NSString *) transactionId withInAppPrice:(float) inAppPrice
andInAppName: (NSString *) inAppName andInAppCurrencyISOCode: (NSString *) inAppCurrencyISOCode];Time cheats check
Validation of payments and time adjustments in devtodev SDK for Android
Payments validation
Time cheats check
Validation of payments and time adjustments in devtodev SDK for Unity
Payments validation
Time cheats check
Last updated
Was this helpful?
