我必须说,我一直看到你们的支持团队很棒,成功地解决了很多很多问题。 对英勇的支持表示敬意。
这是我的小家伙。
我按照书本安装了所有内容,并在iPhone 5固件6.0.1上运行代码。 它给出以下错误:创建数据存储时出错。富通知数据库的数据存储为零。 下面是日志。 下面是最后一个异常回溯。
-[XLappMgr registerForPush] [Line 325] Attempt to register for push notifications...
Reachability Flag Status: WR t------ networkStatusForFlags
Succeeded registering for push notifications. Device token: <left out for security purposes, but valid.>
ERROR Creating data store. Datastore for richnotification db is nil
Last Exception Backtrace:
0 CoreFoundation 0x3972a3e2 __exceptionPreprocess + 158
1 libobjc.A.dylib 0x385b695e objc_exception_throw + 26
2 CoreFoundation 0x3972a302 +[NSException raise:format:] + 102
3 Foundation 0x39964f14 -[NSURL(NSURL) initFileURLWithPath:] + 72
4 Foundation 0x39964e3e +[NSURL(NSURL) fileURLWithPath:] + 38
5 Rabbit 0x00108acc -[XLDbMgr managedObjectModel] (XLDbMgr.m:74)
6 Rabbit 0x00108caa -[XLDbMgr createNewDatabase] (XLDbMgr.m:101)
7 Rabbit 0x00108b4c -[XLDbMgr persistentStoreCoordinator] (XLDbMgr.m:89)
8 Rabbit 0x001088f0 -[XLDbMgr managedObjectContext] (XLDbMgr.m:47)
9 Rabbit 0x0010883c +[XLDbMgr getDBMgr] (XLDbMgr.m:23)
10 Rabbit 0x000fba10 -[AppDetailsMgr init] (AppDetailsMgr.m:33)
11 Rabbit 0x000fb97c +[AppDetailsMgr get] (AppDetailsMgr.m:26)
12 Rabbit 0x00110fd2 -[XLServerMgr sendProviderDeviceToken] (XLServerMgr.m:94)
13 Rabbit 0x00110d0c -[XLServerMgr initWithReg:] (XLServerMgr.m:64)
14 Rabbit 0x001000d6 -[XLappMgr registerWithXtify:] (XLappMgr.m:118)
15 Rabbit 0x0008073e -[AppDelegate application:didRegisterForRemoteNotificationsWithDeviceToken:] (AppDelegate.m:54)
16 UIKit 0x38c5f7ee _UIXXRemoteNotificationRegistrationSucceeded + 146
17 UIKit 0x38c60278 _XRemoteNotificationRegistrationSucceeded + 112
18 AppSupport 0x36a9940c migHelperRecievePortCallout + 188
19 CoreFoundation 0x396ff3e2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 30
20 CoreFoundation 0x396ff386 __CFRunLoopDoSource1 + 134
21 CoreFoundation 0x396fe20a __CFRunLoopRun + 1378
22 CoreFoundation 0x39671238 CFRunLoopRunSpecific + 352
23 CoreFoundation 0x396710c4 CFRunLoopRunInMode + 100
24 GraphicsServices 0x369aa336 GSEventRunModal + 70
25 UIKit 0x38a6128c UIApplicationMain + 1116
26 Rabbit 0x0008055a main (main.m:16)
27 Rabbit 0x000804fc start + 36
我为 Adobe AIR 应用程序做了 ANE,我不得不解决这个问题很长时间,但最终我意识到了原因:在 XtifyLib/XtifyPush.embeddedframework/XtifyPush.framework/Versions/A/Resources/中,在我的情况下,必须始终将资源文件添加到项目中,使用 ANE 它应该在文件夹中 iPhone-ARM, 因为 ADT 将它们移动到顶级目录 - 它就在那里,需要它的地方