I've finally gotten the whole Push Notifications process working for my enterprise app, but it seems to only work when the app is loaded on the device through the Xcode interface, and not through deployment from our server. I am seeing that the app generates a different device token when it has been installed through the server than when it's loaded through Xcode. My server is definitely sending the new device code to the Apple Push Notification server, but it isn't making its way through to the device. I've finally gotten the whole Push Notification