12-01-2012 02:40 AM
Hi, I have been trying to implement BBM Social Platform in my app and I have downloaded the projects.
What confuses me was there are two similar projects with different name.
I would like to ask what is the difference:
BBMQtRegistration and BBMQtInviteToDownload?
Thanks
BBMQtInviteToDownload
Solved! Go to Solution.
12-01-2012 10:38 AM
12-02-2012 04:51 AM
Sorry, what I meant was BBMBaseSampleRegistration and BBMQtRegistration. Any thoughts?
12-03-2012 11:21 AM
A very simple HelloBBM sample was made yseterday to help everyone out
qml-and-bbm-together-at-last-part-2
updated with HelloBBM sample free to use as you wish
12-03-2012 11:26 AM
The Hello BBM sample mentioned above by bbquincar is AWESOME! A must download. Very easy to see what is going on and to use the code for your own apps.
12-06-2012 01:17 PM
itcraps wrote:
Sorry, what I meant was BBMBaseSampleRegistration and BBMQtRegistration. Any thoughts?
BBMQtRegistration uses the Cascades/Qt C++ APIs. BBMBaseSampleRegistration uses the C BlackBerry Platform Services APIs. If you have a C application that already uses the BlackBerry Platform Service APIs you could add the BBM APIs in there too. If not, I recommend the C++ Cascades APIs, which are easier to use.
12-11-2012 09:02 PM
bbquincar wrote:
A very simple HelloBBM sample was made yseterday to help everyone out
qml-and-bbm-together-at-last-part-2
updated with HelloBBM sample free to use as you wish
I have the sample app working with beta 3 and now it does not work with the Gold SDK. anyone having this issue?
here are the error msgs
[Registration Sample] appRegister
[Registration Sample] registrationStatus: 2
[Registration Sample] registrationFailed
12-11-2012 09:12 PM
Same for me. Just posted same question .
12-11-2012 09:44 PM
12-11-2012 10:02 PM
bbquincar wrote:
Hellobbm is broken and is beign fixed right now and will be uploaded very soon it broke our aps as well.
Thanks!! for the quick reply.