Skip to main content

Hi !

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

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.