标签: xamarin.forms xamarin.ios xamarin.android
我需要从我的应用程序中启动另一个第三方的应用程序,执行某些操作后需要再次切换回我的应用程序。 启动另一个应用程序后不久,将有一个对Web服务的调用,该服务将返回与使用第三方应用程序完成的操作有关的结果。 我可以启动第三方应用程序,但剩下的部分是在Web服务返回后切换回我的应用程序。
有没有办法做到这一点?
谢谢
达考
答案 0 :(得分:0)
您可以使用应用链接(甚至称为深度链接)
https://docs.microsoft.com/en-us/xamarin/android/platform/app-linking https://github.com/xamarin/recipes/tree/master/Recipes/cross-platform/app-links/app-links-ios