PDA

Ver la Versión Completa : envio de Notificaciones "Push" a un dispositivo iOS/Android


kaiserilich
30-06-2014, 16:27:11
Hola,

Alguien sabe como hacer para enviar notificaciones "Push" a un dispositivos con iOS o ANdroid.??

gracias

mamcx
01-07-2014, 02:01:14
Usando el API de cada plataforma, cuyos pasos se detallan en los docs.

O usando un servicio de terceros como pusher.com o parse.com

egostar
01-07-2014, 16:15:50
O puedes usar DelphiXE6 el cual tiene integración con dos proveedores BaaS (Kinvey y Parse), puedes ver como se hace en éste tutorial

Remote push notifications on Android with RAD Studio XE6 (http://blogs.embarcadero.com/sarinadupont/2014/04/16/remote-push-notifications-on-android-with-rad-studio-xe6/)

"In this tutorial, I am going to show you how to setup and enable push notifications in your C++ and Delphi applications using XE6. The Delphi or C++ code is the same across iOS and Android, but the steps for setting up notifications are different on Android than on iOS, since you are connecting with Google Cloud Messaging (GCM) on Android and with Apple Push Notification (APN) on iOS."

Saludos

Neftali [Germán.Estévez]
02-07-2014, 09:51:39
En Embarcadero TechNet (https://www.youtube.com/results?search_query=embarcadero+push+notifications) tienes algunos videos al respecto.

Si buscas por la doc wiki (docwiki embarcadeo push notifications+push+notifications), también te salen algunos links útiles:
Entrada en la DocWiki (http://docwiki.embarcadero.com/RADStudio/XE6/en/Mobile_Tutorial:_Using_Remote_Notifications_(iOS_and_Android))
Blog de Sarina Dupond (http://blogs.embarcadero.com/sarinadupont/2014/04/16/remote-push-notifications-on-android-with-rad-studio-xe6/)

Algunas más:
Setting up your Devices for Android Push Notification application development (http://edn.embarcadero.com/article/43875)
Using Parse iOS BackEnd Push Notifications in your VCL Windows Desktop apps (http://edn.embarcadero.com/article/43877)
Creating iOS Push Notification mobile applications using Kinvey (http://edn.embarcadero.com/article/43876)
Android Push Notification AppDev for Kinvey using Object Pascal and C++ (http://edn.embarcadero.com/article/43874)

kaiserilich
02-07-2014, 11:41:22
Gracias a todos.!

ya revise y en cuanto tenga listo el App que estoy hacienda lo subire como ejemplo.

saludos

nelsoncasey13
01-10-2015, 06:44:37
Hola a todos.

Estoy implementando notificaciones con Parse, pero tengo un problema que me esta volviendo loco.
Se me borran todos los InstallationID y se inserta el nuevo cuando se instala la App en un nuevo dispositivo, por lo cual las notificaciones solo llegan a este ultimo dispositivo.

¿Alguien tuvo este problema?

Estoy usando Delphi XE8

Gracias

Casimiro Notevi
01-10-2015, 10:15:58
¿Eso tiene algo que ver con este hilo o aporta algo para solucionarlo?
Si no tiene nada que ver, crea un hilo nuevo con tu pregunta.
Saludos.