1

I am using the latest SDK for iOS and I have put the suggested code in init method of my appDelegate:

[[XLappMgr get] setInboxDelegate:self];
[[XLappMgr get]setDeveloperRegisterNotificationSelector:@selector(doSomethingAfterRegister:)];
[[XLappMgr get] setDeveloperXidNotificationSelector:@selector(doUpdateXid:)];

The doSomethingAfterRegister method is called successfully but not the doUpdateXid one.

My aim is to get the Xid value and I would like to know when is the right time to do this task.

spapax
  • 23
  • 3
  • Hi, would you please take a look at the sample app bundled with the SDK? I was able to build it and the method was called successfully. Perhaps make sure your app is doing the same thing. – Michael Bordash Mar 13 '13 at 14:53

0 Answers0