1
鈦SDK版本:1.8.0.1變量問題與城市飛艇
iPhone SDK版本:4.3
我建立使用Appcelerator的iOS應用程序。我嘗試使用官方的Appcelerator維基指南:https://wiki.appcelerator.org/display/guides/Push+Notifications+with+Urban+Airship設置推送城市飛艇的notifcations。
首先,我將urbanairship.js文件包含到app.js文件中。
Ti.include('urbanairship.js');
然後我添加這些對線(我代替我與XXX令牌):
UrbanAirship.key='XXX';
UrbanAirship.secret ='XXX';
UrbanAirship.master_secret='XXX';
UrbanAirship.baseurl = 'https://go.urbanairship.com';
當我運行在模擬器的應用程序,我得到這個錯誤:
Script Error = Can't find variable: UrbanAirship at app.js (line 9).
什麼我錯過了嗎?
你是怎麼修復它的? – Neelesh 2012-02-13 16:11:46
交叉鏈接到Appcelerator站點:http://developer.appcelerator.com/question/131597/cannot-use-the-urbanairshipjs-file-correctly-please-help – 2012-02-29 22:57:28