You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment API allows to get user password by username. would be great to have something to work nice with autologin features, like
-(NSString *)getLastStoredUsername;
.... or even:
-(NSString *)getlastStoredUserNameAndPassword:(NSString **)password
The text was updated successfully, but these errors were encountered:
At the moment API allows to get user password by username. would be great to have something to work nice with autologin features, like
-(NSString *)getLastStoredUsername;
.... or even:
-(NSString *)getlastStoredUserNameAndPassword:(NSString **)password
The text was updated successfully, but these errors were encountered: