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
JosephNardoneJosephNardone 

My connected app has status "pending" is this why oAuth isn't working?

I am using the iOS SDK which I cloned from github and then ran the install through the terminal as instructed.  I created a new connected app on developer.force.com and then created a new app project in xCode where I made sure that the key and callback URL matched the connected app I created.

 

I then ran the project in the simulator with no addtional code and I am getting a "redirect_uri must match conficuration" error.

 

I noticed that my connected app on developer.force.com has a status of "pending".  Is that why I am getting the error?

 

I can not find any information on what the connected app status "pending" means.

 

Thanks,

 

Joseph

 

Best Answer chosen by Admin (Salesforce Developers) 
JosephNardoneJosephNardone

I solved this.  It is necessary to create a "namespace" and then a "publish" button appears that you can click to publish the app.