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

Question - Install then Open (remote apk)? #63

Open
projectgp11 opened this issue Apr 13, 2018 · 7 comments
Open

Question - Install then Open (remote apk)? #63

projectgp11 opened this issue Apr 13, 2018 · 7 comments

Comments

@projectgp11
Copy link

I have an apk that is in development, not in the store, and I am invoking from a screen in another of another as-yet not-in-store app.
When I call to install , it says "there was an issue parsing this app", but when i install that app independently , it runs fine.
I uploaded the second apk (the one being called to install, and hopefully open) to a server. Can I install and then open it? That doesn't seem to work with what I've tried, and time is short! Thanks.

@lucasferreira
Copy link
Owner

Hi @projectgp11

Your problem it is too specific, I never faced nothing like this.

How can I test or simulate your scenario? Can you share some code or samples?

@projectgp11
Copy link
Author

projectgp11 commented Apr 13, 2018 via email

@lucasferreira
Copy link
Owner

First you have to install this app and then guarantee that the install runs with success.

After that you could call SendIntentAndroid.openApp with the package name of your new app to open it.

@projectgp11
Copy link
Author

projectgp11 commented Apr 13, 2018 via email

@lucasferreira
Copy link
Owner

Are you call openApp with the full package name?

Something like com.yourfreshnew.appName

Being honest with you I've never faced this kind of scenario of working with two-out-of-play-store apps together.

@projectgp11
Copy link
Author

projectgp11 commented Apr 13, 2018 via email

@projectgp11
Copy link
Author

projectgp11 commented Apr 13, 2018 via email

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

No branches or pull requests

2 participants