How can i check flutter apk type [ release or split-apk: arm64-v8a… ]

The below function works fine, but I’m encountering issues when updating the app. Specifically, if I already have a non-split APK release version installed and then try to update to the latest version, the device checks its ABI and downloads the appropriate APK. However, during installation, I get the error “App not installed” due to incompatible APK formats. For example, having a full APK and then downloading a split APK causes this error. This issue affects all APK/ABI scenarios, making this feature impractical.

Here is my code:


/**

 * Checks for updates of the app and shows a dialog to update if a new version is available.

 * 

 * 

 * 

 * Example:

 * ```dart

 * checkForUpdates(context);

 * ```

 */


Future<void> checkForUpdates(BuildContext context) async {

  // Get the current app version

  String currentAppVersion = await getCurrentAppVersion();

  print("the current package version: $currentAppVersion");



  // Get the list of supported ABIs (Application Binary Interfaces) of the device

  List<String> supportedAbis = await getDeviceABIs();



  // Create an instance of the FeatureService

  final FeatureService featureService = FeatureService();



  // Fetch the app update content from the server

  List<AppUpdate> appUpdateContent = await featureService.fetchAppUpdate(context);



  // Initialize variables to store the latest version and APK URL

  String apkUrl = '';

  String latestVersion = '';



  // Iterate through the app update content

  for (AppUpdate appUpdateInfo in appUpdateContent) {

    print("the latest package version: ${appUpdateInfo.appVersion}");



    // Check if the app update is the latest version and is newer than the current version

    if (appUpdateInfo.isLatest && appUpdateInfo.appVersion.compareTo(currentAppVersion) > 0) {

      // Update the latest version and APK URL based on the device's ABI

      latestVersion = appUpdateInfo.appVersion;

      if (supportedAbis.contains("arm64-v8a")) {

        // Use the arm64-v8a APK URL

        apkUrl = appUpdateInfo.arm64_v8a;

      } else if (supportedAbis.contains("armeabi-v7a")) {

        // Use the armeabi-v7a APK URL

        apkUrl = appUpdateInfo.armeabi_v7a;

      } else if (supportedAbis.contains("x86_64")) {

        // Use the x86_64 APK URL

        apkUrl = appUpdateInfo.x86_64;

      } else {

        // Use the release APK URL as a fallback

        apkUrl = appUpdateInfo.release;

        return; // Exit the function early

      }

    }

  }



  // Check if a new version is available

  if (latestVersion.compareTo(currentAppVersion) > 0) {

    // Show the update dialog and handle the download process

    showUpdateDialog(apkUrl, latestVersion);

  }


}

Is there a way to determine the type of APK already installed, such as release, split ABI, or debug, so I can provide the correct APK URL? For instance, if the armeabi-v7a APK is installed, the latest update should also be the armeabi-v7a APK.

New contributor

Sunny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật