PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Allowing Other Apps to Start Your Activity (How to allow Open my app from another app)
Allowing Other Apps to Start Your Activity (How to allow Open my app from another app)
Débuté par EDGI, 05 juil. 2019 22:00 - 1 réponse
Posté le 05 juillet 2019 - 22:00
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?
Posté le 08 juillet 2019 - 15:29
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