标签: cordova notifications pushwoosh
我目前正在研究PhoneGap和Pushwoosh并提出一些问题:
答案 0 :(得分:0)
您需要为此修改SDK,因为此功能很遗憾无法开箱即用。如果你不介意做一些Java编码,那就太容易了。
您可能需要修改此文件:
https://github.com/shaders/pushwoosh-phonegap-3.0-plugin/blob/master/src/android/src/com/arellomobile/android/push/PushGCMIntentService.java
此功能:
private static void generateNotification(Context context,Intent intent,Handler handler)