php - Push notification using Azure -


i want implement push notification service of azure.

i need service functional on android,iphone , windows phone 8.

earlier have done using gcm-android , apns-iphone.

i need implement same using azure only, , local server in php. when implementing code want separate devices on php server on random basis , categorized them in groups. notification should sent groups , users(devices).

how can handle situation. have tried implementation of notification hub implementing group fails. have tried implement using mobile services, ends nowhere. have tried set tag on php server no positive output.

i new this, great if can tutorial or sample.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -