You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix for IOS 8 targeted platform. else statement was left without any statement
[CL 2651295 by Terence Burns in Main branch]
This commit is contained in:
committed by
Terence.Burns@epicgames.com
parent
108ccf8220
commit
bf7f4a00d2
+2
-2
@@ -286,10 +286,10 @@
|
||||
Request = [[SKReceiptRefreshRequest alloc] init];
|
||||
Request.delegate = self;
|
||||
[Request start];
|
||||
}
|
||||
else
|
||||
}
|
||||
#endif
|
||||
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
|
||||
else
|
||||
{
|
||||
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user