Developed hybrid application using IBM mobile First studio as per windows phone application 8 is concerned I have upgraded this to Windows phone 8.1 using Visual Studio 2013.
In order to add push notification concept(WNS) to my application. Followed the following steps
- Imported project to VS 2013 --> Re targeted to 8.1
- Opened Package.appmanifest.xml --> Application Tab --> Toast Capable-->Enabled(yes)
- Lock screen notifications --> Enabled(Yes)
- Opened WMAppManifest.xml --> ID_CAP_PUSH_NOTIFICATION --> Enabled
- Selected WNS as the notification service in app’s Package.appxmanifest file.
- This is the architecture I am following.
Where else should I modify my Java coding to make it Push Enabled application.
Also what kind of cloud service should I use in here? Currently I have researched about AZURE mobile services will this be the only one, since it is recommended by Microsoft in my DEVELOPER DASH BOARD.