gpt4 book ai didi

android - 使用 C2DM 的 Appcelerator 钛推送通知?

转载 作者:搜寻专家 更新时间:2023-11-01 08:10:51 24 4
gpt4 key购买 nike

我正在使用 Appcelerator Titanium 版本 1.8.0 有没有人尝试使用谷歌的 C2DM 推送通知。如果可以帮助我创建示例推送通知。

最佳答案

这并不难:这里是步骤...

  1. Clone project from github
  2. Find build.properties
  3. Modify all paths to fit the paths (and versions) in your environment
  4. Optionally you need to download and install the android sdk from here http://developer.android.com/sdk/ndk/index.html
  5. Open console in module root and type ant and hit enter
  6. The build process should end with something like build successfully
  7. In the module directory, you will find the build result in the dist folder
  8. Open that folder, unzip the com.findlaw.c2dm-android-0.1.zip
  9. A folder is created: modules/android/com.findlaw.c2dm/0.1
  10. copy the content of modules/android/com.findlaw.c2dm/0.1 to the folder [your_project]/modules/android/com.findlaw.c2dm/
  11. Copy timodule.xml to the root folder of your project (where the tiapp.xml is located)
  12. Open tiapp.xml and replace all occurences of com.findlaw.c2dm with your app id, except of the line including this: com.findlaw.c2dm.C2DMReceiver
  13. Register the module in tiapp.xml:
    <modules>
<module platform="android" version="0.1">com.findlaw.c2dm</module>
</modules>


14. Use the module in your code as described in the example of the module

查看更多this communication我们的团队成员...

您的 Module 文件夹不应位于 Resource 文件夹中

enter image description here

关于android - 使用 C2DM 的 Appcelerator 钛推送通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9799488/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com