【问题标题】:pushwoosh blackberry html5 integrationpushwoosh 黑莓 html5 集成
【发布时间】:2013-10-11 15:46:46
【问题描述】:

我正在使用 html5 创建一个应用程序并使用 phonegap 进行编译,因此我正在尝试为黑莓 webworks 集成和使用 pushwoosh 插件,以便我可以发送和接收通知,但我被困在某个地方,来自他们网站上的教程

http://www.pushwoosh.com/programming-push-notification/blackberry/blackberry-additional-platforms/blackberry-html5-webworks-push-notification-sdk/

我不知道在哪里包含这个,

"PushWoosh.appCode = '6C3BE-1B140';"

有人能详细说明一下吗,谢谢

【问题讨论】:

    标签: html blackberry pushwoosh


    【解决方案1】:

    试试这个代码:

    <script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>
    <script src="pushwoosh.js" type="text/javascript"></script>
    <script>PushWoosh.appCode = 'YOUR_PUSHWOOSH_APP_ID';</script>
     
    <script src="master.js" type="text/javascript"></script>
    

    用脚本标签包装 Pushwoosh.appCode。

    【讨论】:

    • 谢谢,我已经完成了 dat,但在我的应用程序加载时出现此错误“表达式的结果:blackberry.push undefined, please wats d course of dis 谢谢
    • 你是在模拟器还是真机上尝试这个?例如,Ripple 根本不支持推送。
    • 那么我做错了吗,是否有任何适用于黑莓的实现示例
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-07-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-06-15
    • 1970-01-01
    相关资源
    最近更新 更多