Please fill out the following details:
Version of Mobile SDK Used: 13.0.1
Issue found in Native App or Hybrid App: Native
OS Version: iOS
Device:iPad
Steps to reproduce:
We have a multiple sandbox environments each we have unique consumerkey. I am trying to update the remote consumer key programmatically its not allowing to update. Its always take a reference bootconfig plist. we tried below apprach
let sdkManager = MobileSyncSDKManager.shared sdkManager.useNativeLogin( withConsumerKey: consumerKey, callbackUrl: "stpe://mobilesdk/auth/success", communityUrl: "", nativeLoginViewController: SalesforceLoginViewController(), scene: nil )