#43492
Ayelet
Keymaster

Hi Matteo,

 

Our software team have reviewed your code.

Note that you didn’t mention the parts of setting the client ID and redirect ID.

If you don’t set them, you will get the error of “missing required parameter in…(400)”.

 

You can look at:

 

the “didFinishLaunchingWithOptions” method (in AppDelegate.m class in the sample app code). 

Below are the required method to set the client ID and redirect ID:

[[CPScioCloud sharedInstancesetCliend_id:@”4b5ac28b-28f9-4695-b784-b7665dfe3763″];

[[CPScioCloud sharedInstancesetRedirect_uri:@”https://www.consumerphysics.com];

Please let us know if that was helpful.

Ayelet,

The Consumer Physics Team

  • This reply was modified 7 years, 8 months ago by Ayelet.