BOX身份验证错误

时间:2013-10-09 12:24:07

标签: ios objective-c box-api

输入登录详细信息并通过在Web视图中成功进行身份验证后,我的模拟器显示一个白色屏幕。我在我的视图中使用此代码进行身份验证已加载

UIViewController *authorizationController = [[BoxAuthorizationViewController alloc] initWithAuthorizationURL:[[BoxSDK sharedSDK].OAuth2Session authorizeURL] redirectURI:nil];
[self presentViewController:authorizationController animated:YES completion:nil];

如何从白色屏幕传递?

0 个答案:

没有答案