我从apigee开始。我尝试运行推送测试示例。我在门户中创建了一个名为 Push Test 的应用程序和一个通知程序。当我在 iPad 上启动该应用程序时,我只看到一个白屏,控制台显示以下行:
2014-01-17 00:58:07.601 Push Test[1087:60b] setting up app services connection
2014-01-17 00:58:07.606 Push Test[1087:60b] apigee: dataClient created
2014-01-17 00:58:07.677 Push Test[1087:60b] apigee: monitoringClient created
2014-01-17 00:58:07.680 Push Test[1087:60b] done launching
Jan 17 00:58:08 bobs-iPad com.Apigee.system[1087] <Notice>: -[ApigeeMonitoringClient startMonitoring] Device not chosen for sample
Jan 17 00:58:08 bobs-iPad Push Test[1087] <Notice>: -[ApigeeMonitoringClient startMonitoring] INIT_AGENT
而已。我该如何解决?我想我错过了一些明显简单的东西。我确实在 AppDelegate.m 文件中进行了必要的更改。