Closed SreekanthGudisi closed 3 years ago
Please use forceios to create a brand new app then compare the code in the generated app (app delegate, scene delegate) with yours.
Please check out the documentation on how to upgrade the mobile sdk: https://developer.salesforce.com/docs/atlas.en-us.mobile_sdk.meta/mobile_sdk/migration_migrating_from_previous.htm
Hi all,
We have to upgrade the old SalesForceSDK into the new SalesForceSDK. So I'm using the new MobileSync pod file in my app. Below you could see my podfiles.
Note:- I'm only using
pod 'MobileSync'
Once I log out from SalesForceSDK, Again I'll have to open the SalesForceSDK Login screen. But Unable to open the SalesForceSDK Login screen After Logging out. Here giving my console details.
But if I use old SalesForceSDK, I can able to do login and log out many times. Below are my old pods.
Any help is more valuable. Thanks in advance 😊