IOS MDM Pushnotication issue -


hi team implementing ios mdm. have enterprise license. able send payloads , commands ios device.we receving result ios device.but while send push notification not performing thing. in ipcu log no issues showing. using javapns sending push notification.almost every thing implemented in ios mdm except push notification. but when install ios application , sending push notification using javapns showing push notification.

1) possible send push notification ios mdm services ?. 2)can send push notifications without installing ios application on ios device.

any advice appreciated.

we able send payloads , commands ios device.we receving result ios device.

how send payloads , commands ios device? sending them through mdm?

if so, way let device new commands, profiles server send "wake up" oush notification through apns.

but while send push notification not performing thing.

that's got confused. in case, if doesn't anything, device never contact server , never receive commands. however, said does.

but when install ios application , sending push notification using javapns showing push >notification.

i believe problem - confusion terminology.

  • mdm protocol doesn't require ios application installed. ios operation system has mdm agent built in. configured mdm (installed mdm payload) , device received "wake up" push notification (through apns) mdm agent contact server , request new commands.

  • on other hand, can create application (which has nothing mdm) , send push notification it.

the common thing between , mdm push notification transport. however, push notification message send mdm purposes ("wake-up" message) , applications ("badges", "sounds" , 'messages") different.

please, can review question , try separate out works , doesn't.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -