hi
i'm trying to start launch another app using Launcher.OpenAsync , but either it cant be done or i cant figure out the uri schema
say that the other app package name is : com.GamePower7.Falfool , how do i start it ?
uri = "com.GamePower7.Falfool://"; Didn't work
uri = "com.GamePower7.Falfool"; Didn't work
uri = "Falfool"; Didn't work
uri = "Falfool://"; Didn't work
uri = "Falfool://App"; Didn't work
uri = "App://Falfool"; Didn't work
those i found on the net
regards