Version 2.16 - July 30, 2012
Changelog
This is a patch minor feature release for the 2.x series iOS SDK, the following fix new feature is included:
Added new method called setDeveloperXidNotificationSelector:devMethod. When calling this method, the SDK will inform the devMethod when registration is has completed and the XID is available. The syntax is -as follows:
[[XLappMgr get] setInboxDelegate:self]; // The delegate is used to all Xtify delegation methods.
[[XLappMgr get] setDeveloperXidNotificationSelector:@selector(doUpdateDevServer:)];
...