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
Shahin__cShahin__c 

xcode iOs simulator community login issue

xcode iOs simulator community login issue - followed the steps as provided by Mobile SDK development guide
- created a connected app with testsfdc:///mobilesdk/detect/oauth/done as callback URL
- created a community user with the expected set up and profile added to the community (https://dev-mycompany.cs83.force.com/engineer/)
- published the community
- I can successfully login to the community using "ionic serve" web emulator on local host "http://localhost:8101/"

On xcode simulator however the user is always directed to login.salesforce.com eventhough the login to community URL is specified as "https://dev-mycompany.cs83.force.com/engineer/" in config file, correct remoteAccessConsumerKey and callback url is specified.

Anybody had a similar issue and can think of an obvious error or something missed out above?