小游戏优化
This commit is contained in:
@@ -104,9 +104,6 @@
|
|||||||
#else
|
#else
|
||||||
isTestEnv = NO;
|
isTestEnv = NO;
|
||||||
#endif
|
#endif
|
||||||
if(isEnterprise == NO){
|
|
||||||
[[SudMGP getCfg]setBackgroundMode:NO];
|
|
||||||
}
|
|
||||||
[SudMGP initSDK:KeyWithType(KeyType_SudGameAppID) appKey:KeyWithType(KeyType_SudGameAppKey) isTestEnv:isTestEnv listener:^(int retCode, const NSString *retMsg) {
|
[SudMGP initSDK:KeyWithType(KeyType_SudGameAppID) appKey:KeyWithType(KeyType_SudGameAppKey) isTestEnv:isTestEnv listener:^(int retCode, const NSString *retMsg) {
|
||||||
if (retCode == 0) {
|
if (retCode == 0) {
|
||||||
if (!self.currentmgId) {
|
if (!self.currentmgId) {
|
||||||
|
Reference in New Issue
Block a user