Merge pull request #39791 from PoqXert/ios
[iOS] Replace purchase receipt
This commit is contained in:
commit
1575820207
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ Error InAppStore::restore_purchases() {
|
|||
|
||||
NSString *receipt_to_send = nil;
|
||||
if (receipt != nil) {
|
||||
receipt_to_send = [receipt description];
|
||||
receipt_to_send = [receipt base64EncodedStringWithOptions:0];
|
||||
}
|
||||
Dictionary receipt_ret;
|
||||
receipt_ret["receipt"] = String::utf8(receipt_to_send != nil ? [receipt_to_send UTF8String] : "");
|
||||
|
|
Loading…
Reference in a new issue