So, either I am asking incorrectly, or it isn\'t possible, let\'s see which...
If my app (Xamarin.Forms) is launched from another app, in order to get a url from my
You can use static public class to save and access results like:
public static class StaticClass { public static int Result; }