Gen Liu
Gen Liu
This is my yaml: ``` --- GENERATOR: PackageName: fmod FlagGroups: - {name: LDFLAGS, flags: ["-lfmod", "-L${SRCDIR}"]} Includes: - fmod.h PARSER: IncludePaths: - fmod SourcesPaths: - fmod.h TRANSLATOR: ConstRules: defines: eval...
这个要求合理,我也期望支持,但需要和腾讯沟通,让信鸽 iOS SDK 发布的版本中带上 armv7s
也有人在腾讯的论坛上问类似的问题:http://bbs.xg.qq.com/forum.php?mod=viewthread&tid=975&highlight=armv7s 把它顶上去吧
1. xgpush 是全小写 解释:这个是 Cordova 插件,Cordova 插件需要在 deviceready 方法里调用,例如: ``` js document.addEventListener('deviceready', function() { xgpush.registerPush('myalias'); }, false); ``` 2. 这个提示还有其他内容,只有这些信息不清楚是什么问题 解释:XGPush.addlistener 是插件内部和原生部分互相通讯的接口,在代码里处理推送到的数据依赖这个方法
试试这个应用,这个至少在我这里不会白屏。 http://pan.baidu.com/s/13EBs 修改 AndroidManifest.xml 里的 meta-data 成自己的 access id 和 access key 就能收到推送
多谢捧场,插件的完善还有赖大家的反馈 关于分开的 access id 和 access key,可以写到 config.xml 的 platform 配置里,例如: ``` xml xgpush A sample Apache Cordova application that responds to the deviceready event. Apache Cordova Team ``` register...
android 还是 ios?
能把挂了的 log 贴出来吗,logcat 里的
显示日志(插上线): ``` bash $ adb shell # logcat ``` 参考: http://developer.android.com/tools/help/logcat.html
对了,你的测试机的机型是什么?如果不是 arm 的话需要把相应的库拷到项目里 另外白屏的原因好像是 AngularJS 没加载上