10-10-2012 11:13 PM
I'm currently working on a game that I ported over from ActionScript to Cascades.
Has anyone successfully integrated scoreloop into a Cascades app?
I've looked at
https://github.com/blackberry/Scoreloop-Samples
and
https://github.com/blackberry/NDK-Samples/tree/mas
but just wanted to check here first if anyone had anything working?
Solved! Go to Solution.
10-15-2012 07:28 PM
10-15-2012 10:54 PM
How about a quick explanation so we have it on the record? ![]()
10-31-2012 12:35 AM
10-31-2012 12:28 PM
Yeah sure! give me a few days and I'll throw some sample code up on github
10-31-2012 11:18 PM
Cool! Thanks a lot.
Currently I was able to integrate the sample in my app but the BPS loop has me hurting ![]()
Either scoreloop works fine (create user, get login info, set score, etc) but the loop stops the application::exec() from running so no QML is loaded/displayed (you only see the splashscreen)...Or if i take out the BPS event loop, the app loads and works but scoreloop events/callbacks aren't caught/called.
How did you handle the loop?
( I do have the actual sample working fine with my own credentials)
11-11-2012 04:57 AM
Hi jamespaulmuir,
Could you post any sample codes about how to integrate (native) scoreloop api with cascades framework? I'm newbie in C/C++. I found a scoreloop sample in github. But it's a native coding style (registering scoreloop and using loop for listenning event) not likes a cascades coding style (using object "Application", load qml file and execute it).
Sorry for my english.
Thanks in advance,
Maz
11-12-2012 02:11 PM
Working on this today! I have a full app sample that I'm going to release as open source on Github.
11-13-2012 04:15 PM
Hi there. I don't want to sound ungreatiful since this would be something you will hopefully share with the community, but about two weeks ago you commented that you needed a few days to have a sample working.
If you do have a sample that you can share with us - please do - thank you!
If you don't - I would suggest you do not keep anouncing something that is not ready to be shared with the rest.
Thank you for your efforts in any case!
11-13-2012 04:21 PM