Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

apk expansion file not downloading from playstore

I am working with the sample apk expansion file downloaded from the SDk. My main expansion file is about 5 MB of size and its format is "main.1.mypackage_name" .

I uploaded my app in play store as a draft application along with the expansion file.But the issue is when the expansion file download progress,one folder is created with the package name under "Android/obb/mypackage". But there is no such file inside that folder.

Sometimes i am getting STATE_FAILED_UNLICENSED message from playstore while the download begins.

What should be the reason of this ? Anything wrong with the file name format or something ? Can anybody help me.

like image 947
hacker Avatar asked Jan 08 '13 10:01

hacker


People also ask

Why are my APK not downloading?

Why APK won't install on Android? First, make sure that your Android version supports the APK version you want to install. Also, remove the Play Store version of the app before installing an APK. Don't forget to check the storage space and permission to install apps from unknown sources.

Why can't I install APK files on my Android?

This usually means an app that isn't from the Google Play Store or from a third-party marketplace like the Amazon Appstore. If you try to install an unknown source app from an APK file, Android will block you. To bypass this, you'll need to allow Android to install unknown source apps on your device.


1 Answers

According Goole Play for Developers..

Please note that package names for apk files are unique and permanent, so please choose wisely. Package names cannot be deleted or re-used in the future. Keep in mind that if you've lost your keystore, you'll have to publish the app with a new package name and a new key. You should also update the description of the original app and unpublish it.

These 2 links may help you..

  • Upload Applications
  • APK expansion Files(See Downloading the Expansion Files point here)
like image 68
ridoy Avatar answered Oct 09 '22 09:10

ridoy