Acknowledged
over 1 year ago

On-device setting accept at most 31 characters

I'm developing on-device setting. Now I use on-device setting to input the weather key which is 32-bit string. When I input it and can only input 31 bits. The 32th bit is trimmed.

When I input the characters on watch, it popup a input dialog box on the "GARMIN CONNECT" app on my phone, and I can input at most 32-bit string. But after save, the last one is trimmbed.

So I can only input at most 31-bit string on on-device setting. I thinks it's a bug. Almost weather key is 32-bit string after all.

Parents
  • I don't think it is a common issue, all my apps use OpenWeatherMap API key which has 32 characters.

    I had a Fenix7 and now a Fenix7pro and I can put my OWM API key.

    and I think since I've published all my apps, 4 years ago, I would have got many report if it does not work.

    I think the issue is on your code side

Comment
  • I don't think it is a common issue, all my apps use OpenWeatherMap API key which has 32 characters.

    I had a Fenix7 and now a Fenix7pro and I can put my OWM API key.

    and I think since I've published all my apps, 4 years ago, I would have got many report if it does not work.

    I think the issue is on your code side

Children