Hi,
We are getting Invalid API key in Login with Amazon for iOS bundle identifier which contains "-" character. Our bundle structure in iOS is like this :
com.mycompany.global -> for prod release
com.mycompany.global-test -> for test release app
We are getting invalid API key in LWA with com.mycompany.global-test. API key is correctly generated, no error is given in LWA's Security Profile Management Screen, but when we try API key generated for test release we are getting Invalid API Key error. We think that "-" character in the test bundle may be the reason. I could not find anything about valid bundle identifier in the documentation. Is there any solution for this? Do we need to create a new bundle?