I would like to be able to integrate the ios Signal secure messaging application with an older Objective-C application i wrote years ago.
I can integrate SMS functionality, including passing an identifying telephone number like this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"sms:%@",phone]]];
Where “phone” is the phone number as an NSString. This starts the SMS app with the target telephone number inserted.
How can I do this with Signal?
EDIT: sgnl:// May be an option see:
https://github.com/bhagyas/app-urls
1.4m articles
1.4m replys
5 comments
57.0k users