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
mobillemobille 

Not getting organization id and identity url and user id for credential in ios

hi Folks,

 

Hope all are doing good ,,

IAm integrating sfdc in ios.

Iam facing one issue after logging into my native sfdc app.

 

after loggin in my native app logged in method is called after suuccessfully logged in,

in this method iam printing NSLog(@"%@",self.coordinator.credentials);

 

iam getting acceesstoken instamceurl but iam not getting organization id and identityurl and userid....getting null for these values..should i give any permissions...???to get these values...

 

 

when iam running sfdc sample app after logging it ask for 3 permissions.

 

but iam giving my sfdc account,s comsumekey and redirecturi iam not getting one permissions"access info at any time behalf of user...".to get this permission request should i give any permission in sfdc ..

 

 

please help me