Hi team,
We trying to open your app “Kodi Remote” from our iOS app . what is the name we need to give to open your app. we have tried differet names like Kode Remote, Kodi
here is the code which we have tried
NSString *customURL = @”kodi://”;
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:customURL]])
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:customURL]];
}
Please help us
Thanks in advance