mokeyCode
Results
2
comments of
mokeyCode
给你一个最简单的解决方案: ``` // AppDelegate.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ // Add wechat [WXApi registerApp:@"XXX" universalLink:@"XXX"]; NSUserDefaults *userDefault = [NSUserDefaults standardUserDefaults]; [userDefault removeObjectForKey:@"weChatInit"]; [userDefault synchronize]; return YES; } // 增加新的方法 -(void)...
Also experiencing this problem. Has there been any progress on this issue?