Question

Store country API in Flutter SDK ?

  • 19 March 2024
  • 1 reply
  • 17 views

Badge

Hi !

Is there a way to get the store country code via the flutter SDK ?


This post has been closed for comments

1 reply

Userlevel 4
Badge +6

Hey @rodolphe-lemasquerier-f86ea7,

Unfortunately, I don’t believe this is something that we surface in the Flutter SDK. You could possibly use currencyCode, which is pulled from the details associated with the storeproduct. Of course, it’s not the same thing as a country code and not entirely foolproof considering how many countries use the same currency but it could be a step in the right direction.