iOS API 2.0检索XID

时间:2013-02-25 14:26:08

标签: xtify

我正在使用最新的iOS SDK,我已将建议的代码放在appDelegate的init方法中:

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

成功调用doSomethingAfterRegister方法,但不调用doUpdateXid方法。

我的目标是获得Xid值,我想知道什么时候才能完成这项任务。

0 个答案:

没有答案