IOS Evernote SDK公共API是否支持多个帐户?
我可以使用多个Evernotesessions来保存用户信息吗?
答案 0 :(得分:2)
您可以使用以下类别公开身份验证令牌:
@interface ENSession(MultiSession)
@property (nonatomic, strong) NSString *primaryAuthenticationToken;
@end
为每个帐户保存令牌后,您可以使用this使用已保存的令牌进行身份验证。
答案 1 :(得分:0)
我认为您可以使用多个帐户。只需将开发人员令牌保存在数组中即可。