When creating a fitbit project through CLI it automatically builds for SDK 5.0. Is there a way to specify it to build for SDK 4.2 instead?
Answered! Go to the Best Answer.
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.
Yeah, you can use this command:
npx create-fitbit-app --sdk-version 4.2.0 my-new-app
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.