I am using NSUserDefault
for storing user information in signUp Screen. I am using this data in different screens of my iOS app. when I UnInstall this app and install it again. the data is nil in different screens and also If RUN this app in another simulator by using this same credentials, that time also data is nil for different screens(different screens means like Home and Profile screens).
How to Solve this Problem??