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
ipscottipscott 

Major Issues with oAuth and basic app setup

The basic app Oauth tutorial does not seem to work. Remote app option now redirects you to the app section. Using trial and error, set up a new connected app. Copied the remote access key etc to the iOS skeleton app code:

 

staticNSString *const RemoteAccessConsumerKey = @"3MVG9rFJvQRVOvk6n3v0_2GoulkGXPLXRmMxVFA15t.uAydCYr4mkLG48V61jDpChS8kWdcCpHnn4EUWLkNiJ";

static NSString *const OAuthRedirectURI = @"sfdc://success";

 

EVerytime try to launch an app, it says "Invalid client ID". Also the connected app created stays in 

Status
Unpublished Changes

mode.

 

I do not even see an option where it says "publish". 

 

My question is that if developers are to take the platform seriously, a basic app setup should be a minimum. I have followed instructions and Googled for hours and have been unable to get past this. I also see others posting something similar but noone seems to answer.

 

JosephNardoneJosephNardone

do you have a namespace set up so that you can "publish" the app?

 

This is a secret requirement that causes a hidden "publish" button to appear.

 

I agree with you about the platform.  I found the answer after several hour of struggling.

 

An app creation workflow diagram would be nice.