Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WeiboSDK isWeiboAppInstalled]在iPAD上总是返回NO,即使已经安装了微博APP,这是什么原因? 谢谢。 #33

Closed
cross-border-business-bridge opened this issue Aug 25, 2014 · 1 comment

Comments

@cross-border-business-bridge

请教一个问题,�在iPad上面,即使安装了微博APP, [WeiboSDK isWeiboAppInstalled] API总是返回NO, iPhone上面返回正确,这是怎么回事呀? APP端该如何解决? 谢谢。

注:
在调用[WeiboSDK isWeiboAppInstalled]之前,我还故意调用了[WeiboSDK registerApp:appKey];,但结果是iPad上[WeiboSDK isWeiboAppInstalled]仍然返回NO。

  • (id)initWithAppKey:(NSString *)appKey
    {
    self = [super init];
    if(self) {
    BOOL ret = [WeiboSDK registerApp:appKey];

    ifdef DEBUG

    [WeiboSDK enableDebugMode:YES];
    

    endif

    if(!ret) {
        return nil;
    }
    

    }

    return self;
    }

@dannion
Copy link
Collaborator

dannion commented Sep 26, 2014

这是之前iPad3.5.1版本的bug,目前线上3.6.0版本iPad客户端已经可以正确地返回YES了。

@dannion dannion closed this as completed Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants