Kodi Community Forum

Full Version: Open kodi remote app from other app in iOS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
I found the solution the key is "xbmcremote"