Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Looking to use this and need some info #4

Open
Fyb3roptik opened this issue Mar 21, 2017 · 3 comments
Open

Looking to use this and need some info #4

Fyb3roptik opened this issue Mar 21, 2017 · 3 comments

Comments

@Fyb3roptik
Copy link

Any chance you can update the usage instructions? I would like to be able to get the package name and version info from an uploaded apk file. Thanks!

@lunny
Copy link
Owner

lunny commented Mar 21, 2017

I think you can see the README about how to use it.

@Fyb3roptik
Copy link
Author

Fyb3roptik commented Mar 21, 2017

listener := new(AppNameListener)
_, err := ParseApk(apkfilepath, listener)

Here is the README code, but the _ wont have anything assigned to it. How do I get the info? Is it attached to the listener?

Also what is AppNameListener?

@lunny
Copy link
Owner

lunny commented Nov 29, 2017

@Fyb3roptik yes, all infos will be attached to Listener. AppNameListener will only get app name. You can implement your own Listener to get what you want from the xml file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants