objective c - URL scheme to launch blackberry messenger in iOS -
if need check whether facebook installed on ios device, can check :
if([[uiapplication sharedapplication] canopenurl:[nsurl urlwithstring:@"fb://"]])
is there url scheme bbm ?
i have tried bbm://, didn't work.
any help appreciated. in advance.
i don't think there is. if want know certain, can open ipa (it's zip file), , find plist. within plist, can check if registers schemes.
objective-c ios7 url-scheme bb-messenger
No comments:
Post a Comment