I want to test if APK expansion file is downloading and working correctly. Can I publish my app but make it visible only for myself, to test installing and APK expansion file working properly?
See reference, in "Testing file downloads":
Click the Save button. Do not click Publish. This saves the application as a draft, such that your application is not published for Google Play users, but the expansion files are available for you to test the download process.
Related
I tried to upload an Android App Bundle (for an existing app) on the Google Play. I have done the google signing part, And it says Releases signed by Google Play. Buy after i upload my aab file to the release, it said that "you uploaded a file that is not a well-formed zip archive". Anyone knows why this problem occur, and how i can fix it?
Thanks for your help!
My problem with this one was very peculiar.
Scenario was next: I needed to upload aab file, which needed to be downloaded from our Jenkins server. What was happening is that for some reason it wasn't downloading the full aab file, but a reduced amount of data. In the download folder I had some previous versions of those files, so I assume some sort of optimization took place in the background due to the nature of those archive files. For example Jenkins showed 30MB, and my downloads were 15MB, or even less if I had more aab files in that folder. Even deletion of them didn't work.
What worked eventually was deleting those files from Trash (I'm using Mac), and attempting download after that.
I’m implementing a project using Flowdroid to analyze androids apps. Input for Flowdroid is an APK file. So how to programmatically scrape apk file legally. I need around 10,000 apps.
You can download apk through this link
HERE
If you want to get the apk file for any Android App from play store or from anywhere else, you can first install the app on your device and then install Apk Extractor from play store. Open this app and extract the apk for any Android app you want.
We want to test with an application developed in Android Studio, we currently generate the APK file and install it in the devices of the testers, but for security reasons we don't want the APK file to remain in their devices, therefore after installing the application we delete this file.
There are some services to distribute the APK, but what they do is to send an invitation by mail to download the file and which remains in the downloads folder.
The idea is that this file is downloaded somewhere that isn't so easy to access the user, something similar to the play store, which I think downloads somewhere unknown, install the application and then deletes the apk.
Any suggestion or comment is welcome.
Since it is easy to extract and read an .apk file, I want to understand If I upload a android project .apk file in Google play, and when a user downloads the application, the apk file gets downloaded on this temp folder of the phone memory. Is there a way the user can read the code in the apk file ?
If yes, what should be my considerations to protect/encrypt the apk downloaded on the users phone from Google play ?
To increase security How about applying ProGuard http://developer.android.com/tools/help/proguard.html
I read this Steps to create APK expansion file,
run SampleDownloaderActivity and get: "Download failed because the resources could not be found"
How to create a Test Project (simple project >50MB with big pics) and then upload it on Google Play and testing APK Expansion Files?
This is rather late, but I'm currently doing it this way...
I'm following these instructions found here:
https://support.google.com/googleplay/android-developer/answer/2481797?hl=en
There is a lot more information here: http://developer.android.com/google/play/expansion-files.html
You will have to upload the APK and publish the application to test the expansion files.
Use the ALPHA option so that the application is not visible to everyone.
After the application is published you can test your expansion file correctly. If you are planning a paid application, instead of paying just upload your APK from Eclipse or Android Studio directly.
As for your error. You will have to make sure you "publish" and that the application is visible in the play store before you will have access to the expansion files for testing.
I have also read in many other posts that you may test expansion files while in draft mode.
This is now FALSE. explained here https://support.google.com/googleplay/android-developer/answer/6062777?hl=en