function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sean Le 6Sean Le 6 

Salesforce iOS SDK: Loading a custom login screen is slow

I am using Salesforce iOS SDK 3.3 for my native iOS App. When I open the app then I have to wait about 60 seconds or more for loading login screen (I used SFAuthenticationManager.sharedManager().loginWithCompletion function). Do anyone know why it takes a lot of time for loading?
I really noticed that it only happens when I run my app in real device (Simulator is fine)