iOS Open kodi remote app from other app in iOS
#1
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
Reply
#2
I found the solution the key is "xbmcremote"
Reply

Logout Mark Read Team Forum Stats Members Help
Open kodi remote app from other app in iOS0