From ca8bfb8024483207096f196fb5389cd1d168e80a Mon Sep 17 00:00:00 2001 From: JumioMobileTeam Date: Mon, 13 Sep 2021 16:40:29 +0200 Subject: [PATCH] Add Android release build information to FAQ --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7714b18..8a23c05 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This plugin is compatible with version 3.9.2 of the Jumio SDK. If you have quest - [App Crash at Launch for iOS](#app-crash-at-launch-for-ios) - [iOS Localization](#ios-localization) - [iProov String Keys](#iproov-string-keys) + - [Empty Country List for Android Release Build](#empty-country-list-for-android-release-build) - [Result Objects](#result-objects) - [Support](#support) @@ -496,6 +497,13 @@ Please note that as of 3.8.0. the following keys have been added to the SDK: Make sure your `podfile` is up to date and that new pod versions are installed properly so your `Localizable` files include new strings. For more information, please refer to our [Changelog](https://github.com/Jumio/mobile-sdk-ios/blob/master/docs/changelog) and [Transition Guide](https://github.com/Jumio/mobile-sdk-ios/blob/master/docs/transition-guide_id-verification-fastfill.md#3.8.0). +### Empty Country List for Android Release Build +If country list is empty for the Android release build, please make sure your app has the proper internet permissions. Without a working network connection, countries won't load in and the list will stay empty. + +If necessary, please add `android.permission.INTERNET` permission to your `AndroidManifest.xml` file. + +The standard Flutter template will not include this tag automatically, but still allows Internet access during development to enable communication between Flutter tools and a running app. For more information, please refer to the [official Flutter documentation.](https://flutter.dev/docs/deployment/android#reviewing-the-app-manifest) + # Support ## Contact