On a mobile unit (iOS in this case) - I need to be able to open the connections mobile application to a particular profile, something like this: https://connectionsServer.com/profiles/html/profileView.do?userid=theProfileUID&lang=en_us
Triggering this URL would open the Connections application (if installed) and displaying the corresponding profile.
I doubt that IBM thought of it, but I you never know...
Thanks!
/J
The URL scheme for the IBM Connections app is of the form ibmscp://com.ibm.connections/
.
Opening the app to a profile like your example would be done by opening the URL ibmscp://com.ibm.connections/profiles?userid=theProfileUID
.
More information can be found on this IBM page.