Open bhagwat8024 opened 2 months ago
Could you check if there are IP restrictions configured for this user profile? See https://help.salesforce.com/s/articleView?id=sf.connected_app_continuous_ip.htm&type=5
@wmathurin we have these parameter set
Could you check the device logs or the console output if you launch the application from Xcode? Are any errors being reported there?
This issue is happening in client device in production , we don't have any access of any logs @wmathurin
HI @wmathurin , any input from your side ?
@wmathurin
I would like to add steps to replicate again here may be you can suggest on half of it:
Could test your application with the latest version of Mobile SDK (12.2.)? 11.0 came out almost 1 1/2 years ago and unfortunately, we don't have the bandwidth to investigate/fix issues against old versions.
@wmathurin
I did investigate further and was able found the root cause. In iPhone iOS 16 and later we have lock down mode, if you enable that mode then you try to load Salesforce login page but it does not and give below error.
Please suggest if there is a quick fix to fix this issue.
If you want to login while in lock down you will have to exclude the app and salesforce.com. Please refer to Apple's documentation.
Please fill out the following details:
Version of Mobile SDK Used: 11.0.0
Issue found in Native App or Hybrid App: Native IOS
OS Version: Any
Device: Any
Steps to Reproduce:
Actual Behavior:
Expected Behavior:
8.Additional Information: The issue is isolated to this specific device or location. I was able to log in using the same credentials on my device without any issues, suggesting that the problem may be related to the client's specific environment (device, network, or location).
@wmathurin appreciate your help