常见问题 FAQ
更新时间:2019-01-26 17:45:18
Q:用户退出登陆后,再次登陆,无法获取到新的token
A:请确保退出登录时,调用了退出登陆API。
#import <IMSAccount/IMSAccountService.h>
[[IMSAccountService sharedService] logout];
Q:iOS自有APP调用内置账号登录的代码时,返回以下错误:
15:48:04.904551+0800 pelfinpet[40548:1992573] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]'
A:xib位置不正确,需要将ALBBOpenAccountUI.framework中的xib放置到主工程目录下