1

我已经在我的 IOS APP 中配置了 adobe image SDK,并且我还传递了 API KEY 和 Secret Key,但是当我调用编辑图像时,我得到 Invalid API 或 Secret Key 错误这是我的代码如何传递 API KEY 和 Secret Key

错误:
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"];

});
4

0 回答 0