Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Session.CheckApkAvailability for Android version less than 7.0

Discussion in 'AR' started by areavisuale, May 11, 2018.

  1. areavisuale

    areavisuale

    Joined:
    Jul 23, 2015
    Posts:
    60
    I'm trying to deploy an App that can be downloaded on Android devices from version 4.5 and higher. On devices that support ArCore I offer Augmented Reality tools.

    So I disabled the "AR required" option, Minimum API level 4.5, and I tested the Session.CheckApkAvailability() function. On Galaxy S7 worked correctly, but when I tested on a Galaxy j5 (Android 5) the function didn't work.

    I wanted to understand if Session.CheckApkAvailability() works only on Android 7+ devices or it's a bug.
     
  2. areavisuale

    areavisuale

    Joined:
    Jul 23, 2015
    Posts:
    60
    I verified that Session.CheckApkAvailability() doesn't work also on Huawei P9 lite with Android 7.0
    So it seems a bug...