0

We have successfully tried the native iOS version of Xtify. Right now, we want to try to integrate the Xtify with Worklight 6.2. We have followed the steps from this link: https://developer.ibm.com/push/docs/ibm-mobile-push-notification/ibm-worklight/

The SDK we downloaded are the following:

So far, we have successfully launched the application and Xtify was able to detect our device with its XID. However, the application could not receive any notification from the Xtify when we tried to create a Push Point.

Are we missing a step?

Notes: We are using Xcode 6 for the project.

4

1 回答 1

2

WL 6.2 sample app already includes SDK. You don't need to download additional SDK. Also, WL 6.2 uses the main SDK not the alternative, although you could use an alternative SDK if you need to.

If your sample app registered with Xtify, and you get an XID, you should see your registration (with normal token) on Xtify Console and you can try to send simple notification from that page.

If you still don't get the simple push, you can check the FAQ in I didn't receive a push

于 2014-10-10T07:23:01.800 回答