标签: ios uilocalnotification
我正在创建一堆UILocalNotification个对象,并使用scheduleLocalNotification添加它们。在我的应用程序和GHUnit UI测试中,一切正常。但是,当我从命令行运行相同的测试时,scheduledLocalNotifications数组为空。
UILocalNotification
scheduleLocalNotification
scheduledLocalNotifications
我尝试在创建它后立即打印UILocalNotification对象,它看起来很好。即使我直接设置scheduledLocalNotifications数组,它仍然是空的。