Accessing Push Notification on Windows Phone 8 from C++ -
i working on application windows phone 8, , checking push notification interface. have found in documentation different steps it, have found on .net documentation how create notification channel , obtain url push notifications (here [1]), can't seem find how access c++ application (i checking here, on windows phone runtime api [2])
is there way of creating notification channel (to able send notifications app) c++ application. if not, solution create .net application? or there way of circumvent this?
thanks
[1] http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.notification(v=vs.105).aspx [2] http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207212(v=vs.105).aspx
according microsoft, answer right (may 2013) no. c# applications can use these features.
Comments
Post a Comment