Is it possible to open an app on the phone in this or similar way by using app links? It would be a very cool feature.
Like open app on IOS by calling this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"appscheme://"]];
I don't know how to use it on Android, but there must be a similar way.
Thank you very much!