Specifically i'm trying to track down the source of TextEncoder().encode, I'm using it in my simulator companion app, but when I load to IOS the the call fails with an error message indicating that TextEncoder is unknown.
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.
I'm not sure if it's specifically supported or not, but you could try adding the polyfill.
https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder
Best Answer