I have an application and I want to setup push notifications. The issue is I do not want to use ACS or Urban Airship or any other 3rd party. I would like to interact directly with google and apple servers, sending them the push notifications from my server along with the device ids and them then sending it to the phone.
I have tested this with some c# code and know it works for Android using the GCM module (http://iamyellow.net/post/40100981563/gcm-appcelerator-titanium-module) but I was wondering how I go about it with IOS. Not sure how to register device with Apple or send push notification to Apple server.
I hope that makes sense..