[TIMOB-17427] iOS: Analytics - SQLite database error appears if you upgrade and downgrade your sdk several times
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-28T19:30:24.000+0000 |
Affected Version/s | Release 3.2.3, Release 3.3.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.4.0 |
Reporter | Wilson Luu |
Assignee | Eric Merriman |
Created | 2014-07-30T18:04:42.000+0000 |
Updated | 2017-06-28T19:30:24.000+0000 |
Description
*Details:* SQLite database error appears if you upgrade and downgrade your sdk several times.
*Steps to reproduce:*
1. Create a default classic Titanium app with *SDK 3.3.0.GA*
2. Add Ti.Analytics.navEvent and Ti.Analytics.featureEvent any where in app.js:
var win = Ti.UI.createWindow({
backgroundColor: "white"
});
var label = Ti.UI.createLabel({
text: "bob"
});
Ti.Analytics.featureEvent("monkey", {color: "black"});
Ti.Analytics.navEvent("monkey", "gorilla", "power", {meta: "monkey"});
win.add(label);
win.open();
3. Install app to device/simulator
4. After app launches, rebuild project with *SDK 3.2.3.GA* and install app again onto same device/simulator
5. After app launches, rebuild project with *SDK 3.3.0.GA* and install app again onto same device/simulator
*Actual:* SQLite database error appears in the console (see attachment).
*Expected:* SQLite database error should not appear.
Attachments
File | Date | Size |
---|---|---|
error.txt | 2014-07-30T18:04:42.000+0000 | 3105 |
Closing ticket due to time passed and lack of progress over the past few years.