If i need to check whether Facebook is installed on my iOS device, i can check it by :
if([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"fb://"]])
Is there any url scheme for bbm ?
I have tried for bbm://, but didn't work.
Any help will be appreciated. Thanks in advance.