Closed ghost closed 9 years ago
Hello. First of all, it checks package installer using getInstallerPackageName(). However, you can influence library behavior using Options. See this for more details.
i want to add bazaar market to OpenIAB library. http://cafebazaar.ir/?l=en
the getInstallerPackageName() return null. what should i do ??
@hamedjj
the getInstallerPackageName() return null. what should i do ??
does an application that you have installed from Bazaar Market return null?
yes
I have a guess:
the Bazaar Market client doesn't use
android.permission.INSTALL_PACKAGES
and therefore cannot be an installer.
To obtain the permission list, I used
aapt dump badging /Users/akarimova/Downloads/Bazaar-6.0.1.apk
Does android.permission.INSTALL_PACKAGES
work for 3rd party markets? Bazaar doesn't install apps by itself and just opens installation intent for user to do the installation.
hi how OpenIAB Lib detects which app store installed the app?