how to check app is installed or not unity code example
Example: how to check app is installed or not unity
List<PackageInfo> packs = getActivity().getPackageManager().getInstalledPackages(0);
List<PackageInfo> packs = getActivity().getPackageManager().getInstalledPackages(0);