Closed asif986 closed 1 year ago
I am using the SalesforceMobileSDK-CordovaPlugin - 6.2.0 in one of the project but as per the documentation suggest it's not working.
https://developer.salesforce.com/docs/atlas.en-us.mobile_sdk.meta/mobile_sdk/tools_dev_support.htm?q=In+app+support
I also add the code in AppDelegate_ salesforceHybridSDK.m file
[SalesforceSDKManager sharedManager].isDevSupportEnabled = YES;
Issue has been resolved .
root cause - > I am using ionic with cordova the ios classes not updated (not sure why) i am opening the xcoode do the above changes in the file
I am using the SalesforceMobileSDK-CordovaPlugin - 6.2.0 in one of the project but as per the documentation suggest it's not working.
https://developer.salesforce.com/docs/atlas.en-us.mobile_sdk.meta/mobile_sdk/tools_dev_support.htm?q=In+app+support
I also add the code in AppDelegate_ salesforceHybridSDK.m file