Adobe Creative SDK API密钥错误

时间:2015-05-07 15:01:15

标签: ios sdk adobe image-editing adobecreativesdk

我在我的IOS APP中配置了adobe图像SDK,我也传递了API KEY和密钥,但是当我调用编辑图像时,我得到无效API或密钥错误,这是我的代码如何传递API KEY和密钥< / p>

错误:
Invalid API Key and Secret
Please check to make sure you have correctly entered your API key and secret.

代码:

static dispatch_once_t onceToken;

dispatch_once(&onceToken, ^{

    [[AdobeUXAuthManager sharedManager] setAuthenticationParametersWithClientID:@"5587f31263dc4f38b003dc0a5d9a2e5f" withClientSecret:@"81292c83-eec7-42df-be72-334cbc1d6828"];

});

0 个答案:

没有答案