|
Allowing Other Apps to Start Your Activity (How to allow Open my app from another app) |
Iniciado por edgija, jul., 05 2019 10:00 PM - 1 resposta |
| |
| | | |
|
| |
Publicado em julho, 05 2019 - 10:00 PM |
I'm trying to create two applications A and B.
I want application A to be able to open application B and send it a parameter.
I have already been able to do this with the application A to WhatsApp and send text as part of the parameter. For this I use ShellExecute (Function)
Now I want to do the same, but I want to open an application created in windev mobile "In this case application B" and not Whatsapp. It seems that I'm missing something in the manifest or I do not know if I really should use ShellExecute (Function).
Can someone give me a hand with this please? |
| |
| |
| | | |
|
| | |
| |
Publicado em julho, 08 2019 - 3:29 PM |
1) That can ONLY be done in Android, because for IOS is forbidden 2)No you should not use ShellExecute because that will only launch the specific APP that is registered as default for a specific task in android, so that is not the way to go. 3)You need to use the specific package name to be able to do that and make sure that is the app you are opening |
| |
| |
| | | |
|
| | | | |
| | |
|