我正在尝试通过 Apigee 设置带有推送通知的 Phonegap (v3.0.0) 项目,并使用命令行界面使用 Phonegap Build 构建项目。
这是我到目前为止所拥有的:
我按照这些说明在我的 Windows 上安装了 Phonegap。 http://phonegap.com/install/
我使用Phonegap 命令界面创建了一个项目。 http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface
我从 Github 下载了 Apigee Phonegap PushPlugin,并使用命令行界面将该插件添加到我的项目中。 https://github.com/apigee/appservices-phonegap-push-plugin
我按照 Apigee 推送通知教程设置 Apigee 和 Google 通知服务。 http://apigee.com/docs/usergrid/content/tutorial-push-notifications
这就是我迷路的地方......我正在尝试遵循 Apigee phonegap android 示例应用程序,但教程文件结构和当前 phonegap 项目的文件结构完全不同。 https://github.com/apigee/appservices-phonegap-android-push-example
我需要使用 Apigee 演示应用中的哪些文件,我应该将它们包含在我当前 phonegap 项目中的什么位置?我尝试按照说明配置 Apigee PushPlugin,但在构建期间 Phonegap 告诉我该插件无效且不受支持。
有人可以帮助我一步一步地指导我应该配置哪些文件,复制哪些文件以及在哪里使用 Phonegap Build 构建项目,以便成功生成的设备发送者 ID 发送到 Apigee?
谢谢PG