Closed cheungpat closed 8 years ago
@cheungpat, thanks for your PR! By analyzing the annotation information on this pull request, we identified @rickmak to be a potential reviewer
Unable to reproduce the error you mentioned. @rickmak
Need your help tomorrow to reproduce this issue. @rickmak
@rickmak The error you mentioned has been resolved. The error occurred because currentUser
is a non-null optional (due to lack of nullability annotations in SKYContainer
) and accessing the content of the property without checking it first lead to error.
User information (
SKYUser
) is now persisted toNSUserDefaults
whenSKYContainer
current user changes. This will happen automatically after user authentication operations.connects #49