Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement app bundle support #34

Open
NickAcPT opened this issue Apr 18, 2020 · 2 comments
Open

Implement app bundle support #34

NickAcPT opened this issue Apr 18, 2020 · 2 comments

Comments

@NickAcPT
Copy link

I'm trying to patch an application that is distributed on the App Bundle format (*.apks).

In order to patch the application, manual work (which is labor intensive and error-prone) needs to be done to merge the apks.

My suggestion is to allow to modify the base apk, package it back to the apks format and let it be installed on the device.

Also, it would be nice to be able to do this inside Android Studio with the gradle plugin.

@Lanchon
Copy link
Member

Lanchon commented Apr 19, 2020

thanks. i really hate everything google does.

all the pieces of an app bundle have to be signed with the same signature for the bundle to be installable, did you think of that? so your strategy would be to resign all pieces? why not just merge them instead, then use dxp? i haven't look, but i'm sure someone must have implemented that.

@NickAcPT
Copy link
Author

NickAcPT commented Apr 19, 2020

thanks. i really hate everything google does.

Don't we all. Haha.

all the pieces of an app bundle have to be signed with the same signature for the bundle to be installable, did you think of that?

Yeah, I've read that..

why not just merge them instead

Haven't yet found an automated tool that's able to do that.

but i'm sure someone must have implemented that

As far as I know, nobody did that yet.

@Lanchon Lanchon changed the title (Feature Request) Implement app bundle support Implement app bundle support May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants