Hi, thanks for the plugin! It works fine for our needs, so this is more of a request 🙂 Would it be possible to expand the functionality to retrieve the Country code please? That’s something in iOS can be done with the following lines:
NSLocale* locale = [NSLocale currentLocale];
NSString* country = [locale objectForKey:NSLocaleCountryCode];
Thanks!
This topic was modified 6 years, 12 months ago by chico.