SDKBOX IAP not loading products iOS

I’m trying to use SDK for IAP but it keeps showing this message:

INF: Reading sdkbox config
encryption key for local config not set.ERR: SDKBox IAP: failed to get configuration

I put the json file inside resources folder. What is the key? Can someone help me?

SDKBOX 1.2.3
Cocos2d-x 3.4

EDIT:

I was able to install the SDKBOX with terminal and now it is loading the products.

The key message I think just means you have not encrypted the config file.

The failure to get the config either means that it can’t find the config, or the “iap” section is missing from the config.

The locale error you can fix by adding the following to your .bash_profile

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

Where I find the .bach_profile in my project? I can´t find.

it’s a hidden file. type ls ~/.bash_profile

Thanks I found it! I’ll try it

Now I could install the SDKBOX with terminal, but the message
“encryption key for local config not set.INF: SDKBox IAP: refresh Products” still show up, but now it loaded the products. And It’s working! Thanks!