I'm creating my first App using xamarin forms targeting at IOS, android and WP 8.
I need push notifications feature in my app.
I have seen the pushsharp demos and seems promising. But all the codes I had seen is done separately for each platform.
I would like it to be done in the Xamarin.Forms project, somewhere in the App.cs so that I dont need to repeat the code for registering device, and handle how push notifications should be processed.
I have had a look at this - http://forums.xamarin.com/discussion/20845/how-to-approach-push-notifications-on-xamarin-forms-project
But it doesnt really answer my question.