I am using below code to get current user's phone number:
[[NSUserDefaults standardUserDefaults] objectForKey:@"SBFormattedPhoneNumber"];
But I don't understand why this function would return null, please help me to understand.
I am using below code to get current user's phone number:
[[NSUserDefaults standardUserDefaults] objectForKey:@"SBFormattedPhoneNumber"];
But I don't understand why this function would return null, please help me to understand.
That is for Jailbroken devices. You should not use these codes if you want your app to be uploaded to AppStore.