I am working on BB 10 cascades BBM. I have a requirement as when I install my app, app automatically add to BBM connect apps list and how can I show the list BBM connected apps.

Please help....

有帮助吗?

解决方案

You can invoke BBM and use the "invite to BBM" feature to add contacts to BBM. Your application can pre-populate the invite list. There isn't a way to do this without some user interaction. Details on the invocation can be found here: https://developer.blackberry.com/native/documentation/cascades/device_platform/invocation/bbm.html

There isn't a way to programmatically obtain a list of BBM connected apps. But you can obtain a list of the user's BBM contacts who also have your application installed. This sample shows how to do that: https://github.com/blackberry/Cascades-Samples/tree/master/bbmcontacts

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top