美文网首页第三方相关
集成友盟第三方登录时无回调信息

集成友盟第三方登录时无回调信息

作者: funnythansl | 来源:发表于2017-04-11 17:16 被阅读115次

    集成友盟第三方登录时无回调信息

    在AppDelegate.m文件里添加下面的代码

    • (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{
      BOOL result = [[UMSocialManager defaultManager] handleOpenURL:url];
      if (!result) {

      }
      return result;
      }

    • (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url{
      BOOL result = [[UMSocialManager defaultManager] handleOpenURL:url];
      if (!result) {

      }
      return result;
      }

    相关文章

      网友评论

        本文标题:集成友盟第三方登录时无回调信息

        本文链接:https://www.haomeiwen.com/subject/pesuattx.html