01-18-2020 18:43
01-18-2020 18:43
Evening,
Cut a new version clockface.. Went to upload to gallery and got this error message... I don't think I changed anything..
uuid of uploaded .fba does not match the assigned uuid
This is in the gallery
9a103f39-054e-4c63-923e-a2c5df063bd1
|
This is in console. after build..... HELP!!
App UUID: b9d001c4-8ddc-490e-8043-52bd6a84be33, BuildID: 0x0e9de22eab03a466
Answered! Go to the Best Answer.
Best Answer01-20-2020 05:41
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
01-20-2020 05:41
The package.json file contains the uuid, so if they aren't matching, you'll need to either change the one in Studio, or create a new clock in GAM.
To fix it in Studio, rename package.json to package.json.txt, change the UUID to match the one from GAM, then rename the file back to package.json and rebuild your project.
Best Answer01-20-2020 05:41
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
01-20-2020 05:41
The package.json file contains the uuid, so if they aren't matching, you'll need to either change the one in Studio, or create a new clock in GAM.
To fix it in Studio, rename package.json to package.json.txt, change the UUID to match the one from GAM, then rename the file back to package.json and rebuild your project.
Best Answer01-20-2020 08:08
01-20-2020 08:08
That did the trick!! Thx
Best Answer