使用AVOSCloudDynamic (3.3.1)
在AVUser.h中
AVUser的文檔如下
/*!
A LeanCloud Framework User Object that is a local representation of a user persisted to the LeanCloud. This class
is a subclass of a AVObject, and retains the same functionality of a AVObject, but also extends it with various
user specific methods, like authentication, signing up, and validation uniqueness.
Many APIs responsible for linking a AVUser with Facebook or Twitter have been deprecated in favor of dedicated
utilities for each social network. See AVFacebookUtils and AVTwitterUtils for more information.
*/
上面的Facebook,Twitter,AVFacebookUtils,AVTwitterUtils都是沒有的吧?
另外
/// Whether the AVUser was just created from a request. This is only set after a Facebook or Twitter login.
@property (readonly, assign) BOOL isNew;
這個isNew在什麼情況下會等於YES呢?
是不是在使用LeanCloudSocial
的AVOSCloudSNSPlatform
其中一個並且是新用戶的時候,這個isNew
會YES,其他情況不會?
謝謝