Estou em um projeto onde preciso, abrir o aplicativo outsystems, verificar se um outro aplicativo esta instalado no smartphone, caso esteja, abrir o aplicativo, caso não, direcionar o usuário para a AppStore e deletar o aplicativo inicial.
Consegui implementar essa lógica no android, porém para o IOS não consegui.
Alguem conhece alguma forma de fazer isso.?
Olá Anderson,
Estás a usar os deep links? Algo como:
<app-identifier>://<module>/<screen>?<Parameter1>=<Value1>&<Parameter2>=<Value2>
Podes ver a documentação https://success.outsystems.com/Documentation/How-to_Guides/Development/How_to_define_Mobile_App_deep_links
-----
Hi Anderson,
Are you using deeplink? Something like this:
You can see the documentation at https://success.outsystems.com/Documentation/How-to_Guides/Development/How_to_define_Mobile_App_deep_links
Hello,
I understand your message but to have more help is better to write in english.
I already did this and I think works well in both cases.
Anyway see this note:
If you use a RedirectToURL destination to open a external website, you can't call a deep link back to the mobile app from the external website in iOS devices. Instead if you need to open an external website, use the Open client action from the InAppBrowser Plugin with the Target set as Entities.Target.SYSTEMand the Url set as the external website url.