1

I am doing one of the IoT application which uses Carriot SDK for data collection. I am also developing application on iOS to see the data present on carriot. To display the data on device i am using Carriot API's. Is there any way in which we can send push notification from Carriot to iOS ?

Bhavesh Nayi
  • 3,626
  • 1
  • 27
  • 42
Akshay Aher
  • 2,525
  • 2
  • 18
  • 33

2 Answers2

0

From the Carriots Team:

Hi everyone,

Yes it is possible to send push notification from Carriots to mobile devices (iOs and Android). We don't have a tutorial on this, but we will create one soon.

It is possible to create a Listener in Carriots to connect to an external API like the one from Google (https://developers.google.com/cloud-messaging/) or a similar service like Pushbots ( https://pushbots.com/developer/api/1 )

Any of these services will let you send push notifications to iOs and Android.

Enjoy and good luck,

The Carriots Team

CARRIOTS
  • 1
  • 2
  • Thanks for the quick reply team Carriot.!! We are developing IoT application in which we are getting data from sensors. We mounted those sensors on arduino. We are continuously sending sensor data to carriot . Now our use case is once sensor data goes beyond the threshold value user device needs to get notified by push notification. So when can we expect the push notification tutorial or can you please tell steps in detail ? – Akshay Aher Dec 11 '15 at 13:20
  • We will put this tutorial on our TO-DO list. It will take us a few weeks to do it. Stay tuned. – CARRIOTS Dec 14 '15 at 09:06
0

Look for more info here: - If using Google: https://developers.google.com/cloud-messaging/downstream - If using Pushbots: https://www.youtube.com/watch?v=_3YlqWWnI6s

CARRIOTS
  • 1
  • 2