parse-embedded-sdks icon indicating copy to clipboard operation
parse-embedded-sdks copied to clipboard

The Embedded SDKs for the Parse Platform

Results 14 parse-embedded-sdks issues
Sort by recently updated
recently updated
newest added

enhancement
documentation

I've ported the project to Windows so it can be used with Mingw. Please let know your thoughts Thank you

I using parse-embedded-sdk on wiced platform which has freertos + lwip stack. paseInitialize is successful and able to get the installation id. But after starting push service, I am not...

Testing / evaluating parse using an Ubuntu Linux computer. Parse UNIX library seems to be in a continuous loop eating 100% of CPU. The problematic code seems to be in...

I am trying to get push notification on Arduino Yun with Parse SDk version 1.0.3 and Arduino IDE 1.6.5. The if (Parse.pushAvailable()) {} is not getting executed. I tried sending...

I have created cloud function using Parse.com Javascript SDK and i am calling those functions from Arduino.Following is code for function hello Parse.Cloud.define("hello", function(request, response) { response.success("This is hello function");...

I followed the Quick Start guide to set up receiving Parse Push notifications on my Arduino Yún. It only works once, on reboot or whenever .setup() is called. Afterwards, sending...

Using this SDK, the CC3200 device initially connects to the Parse cloud and receives push notifications, But when the device is kept idle for a few minutes, it loses connection...

It would be convenient to be able to pass a `void*` user data pointer to the parseSendRequest function, that we would get back in the callback.

Hello, I'm trying to run the Parse SDK on Arduino YUN mini. I don't have ay error but I can't saved object on server, the installation ID is not saved......