這里會(huì)顯示出您選擇的修訂版和當(dāng)前版本之間的差別。
兩側(cè)同時(shí)換到之前的修訂記錄 前一修訂版 后一修訂版 | 前一修訂版 | ||
en:razor:faq [2015/03/19 10:11] cobub [Why after successful installation, Cobub Razor does not display report data?] |
en:razor:faq [2017/07/14 11:18] (當(dāng)前版本) |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ~~Title:Cobub Razor FAQ - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center~~ | ||
+ | {{description>Cobub Razor is an Open Source Mobile Analytics. FAQ.}} | ||
+ | {{keywords>Cobub Razor,open source mobile analytics,mobile analytics,mobile app analytics, FAQ, questions, answers}} | ||
+ | |||
====== FAQ ====== | ====== FAQ ====== | ||
===== General Usage ===== | ===== General Usage ===== | ||
行 42: | 行 46: | ||
- [[en:razor:auto-archiving|Scheduled tasks are configured sucessfully]], you can access the table _log in data warehouse to check if scheduled tasks run successfully. | - [[en:razor:auto-archiving|Scheduled tasks are configured sucessfully]], you can access the table _log in data warehouse to check if scheduled tasks run successfully. | ||
- | - [[en:razor:server-use-guide|In v0.2 and below version, user should upload a .apk file and input version value under Auto Update function in Channel Management]]; | + | - In v0.2 and below version, user should upload a .apk file and input version value under Auto Update function in Channel Management; |
- Identify the TimeZone is correct. Open application/config/config.php file, confirm that $config['timezones'] value has been set. For example, UTC +8 timezone will set $config['timezones'] = ‘UP8′. More information about your timezone, please refer to [[https://ellislab.com/codeigniter/user-guide/helpers/date_helper.html|here]]; | - Identify the TimeZone is correct. Open application/config/config.php file, confirm that $config['timezones'] value has been set. For example, UTC +8 timezone will set $config['timezones'] = ‘UP8′. More information about your timezone, please refer to [[https://ellislab.com/codeigniter/user-guide/helpers/date_helper.html|here]]; | ||
- Scheduled tasks run every hour to extract last hour’s data in default. If users want to exact the data manually,three stored procedures can be run: | - Scheduled tasks run every hour to extract last hour’s data in default. If users want to exact the data manually,three stored procedures can be run: | ||
行 50: | 行 54: | ||
* call runsum(’2012-9-1′); | * call runsum(’2012-9-1′); | ||
+ | ===== Developing Cobub Razor ===== | ||
+ | |||
+ | |||
+ | ==== What is Cobub Razor written in? ==== | ||
+ | |||
+ | |||
+ | Cobub Razor is written in PHP for web side, using the [[http://www.codeigniter.com/|CodeIgnitor]] web framework. | ||
+ | |||
+ | For SDKs, | ||
+ | |||
+ | * Android SDK using Java language | ||
+ | * iOS SDK using Objective-C language | ||
+ | * Windows Phone SDK using C# language | ||
+ | |||
+ | ==== Where do I submit patches for Cobub Razor? ==== | ||
+ | |||
+ | |||
+ | Patches to Cobub Razor should be submitted through Github’s Pull Requests. |