hi
have setup the new way of distributing apps to iPads everything seems to be fine the app is assigned, you can see it in purchased apps but it doesn't install on the iPad assigned to the user,, I've had a look in the logs and this is what i get, hope someone knows feels like I'm missing something but have followed everything
thanks
michael
2014-04-16 21:28:27,266 [error] [oolThread-0] [APNSQueueManager ] - Error creating MdmPushNotification, skipping push.
java.lang.IllegalStateException: Cannot Send Push Notification with Device Token of
at com.jamfsoftware.jss.pushnotification.notificationtypes.JAMFPushNotification.<init>(JAMFPushNotification.java:20)
at com.jamfsoftware.jss.pushnotification.notificationtypes.MdmPushNotification.<init>(MdmPushNotification.java:20)
at com.jamfsoftware.jss.pushnotification.connection.APNSQueueManager.addMDMCapableDevices(APNSQueueManager.java:277)
at com.jamfsoftware.jss.objects.mobiledevicemanagement.UpdateMDMCommandQueue.updateQueue(UpdateMDMCommandQueue.java:342)
at com.jamfsoftware.jss.objects.mobiledevicemanagement.MDMCommandQueueMonitor.run(MDMCommandQueueMonitor.java:46)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)