I just wanted to upload a new binary to the amazon dev console but after the upload no device was shown as supported. Instead all devices were marked unsopported.
Can anyone please explain what I’m missing here!?
Thanks for all help!
I just wanted to upload a new binary to the amazon dev console but after the upload no device was shown as supported. Instead all devices were marked unsopported.
Can anyone please explain what I’m missing here!?
Thanks for all help!
Did you select Amazon as target store when doing build?
I did and after restarting the portal the devices are now recognized. Don’t know exactly what was the problem here… but it is working again. Thx!
I encountered this once before and the issue was that my versioncode on my new build was not greater than the one on my previous build. My old build was versioncode 1000 - for 1.0 - and my new build was versioncode 101 - for 1.0.1. Changed versioncode to 1010 and all was good.
Did you select Amazon as target store when doing build?
I did and after restarting the portal the devices are now recognized. Don’t know exactly what was the problem here… but it is working again. Thx!
I encountered this once before and the issue was that my versioncode on my new build was not greater than the one on my previous build. My old build was versioncode 1000 - for 1.0 - and my new build was versioncode 101 - for 1.0.1. Changed versioncode to 1010 and all was good.