0
votes

I am running the sample push notification hybrid project provided by IBM in windows phone environment . I receive the notification alert when the app is running, but not when the app is in background in the windows emulator.I am using unauthenticated push service. This sample project works fine for me in android and ios.

I referred the following links : Toast for Push Notification on Windows Phone 8 using Worklight 6.1

http://www.ibm.com/support/knowledgecenter/SSZH4A_6.1.0/com.ibm.worklight.apiref.doc/html/refjavascript-client/html/WL.Client.Push.html?cp=SSZH4A_6.1.0%2F10-0-0-1-8&lang=en

"If the notification arrives when the application is not running, then the callback method is not called."

Is there a workaround for this whereby i can receive the notification even when the app is not running in windows phone?

Also, I am receiving the props as empty.

I am currently using MobileFirst 7.1

1

1 Answers

0
votes

From a Worklight perspective this cannot be changed, because this is how Microsoft defined how should push notifications work in their product.