Logo

Braintoss Support

Welcome
Login
Home Solutions

How can we help you today?

New support ticket
Check ticket status
Solution home Braintoss for iOS and Android Contact

Can I link other apps to Braintoss? Print

Modified on: Sat, 21 Oct, 2017 at 6:40 PM


Yes, developers should link their apps to Braintoss by adding this code to their app:

NSURL *myURL = [NSURL URLWithString:@"braintoss://."];
if([[UIApplication sharedApplication] canOpenURL:myURL])
{
[[UIApplication sharedApplication] openURL:myURL];
}


For more info:

https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html
on section “Communicating with Other Apps”.



Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

Related Articles

    Home Solutions Cookie policy
    Help Desk Software by Freshdesk
    Article views count