Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17427] iOS: Analytics - SQLite database error appears if you upgrade and downgrade your sdk several times

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2017-06-28T19:30:24.000+0000
Affected Version/sRelease 3.2.3, Release 3.3.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.4.0
ReporterWilson Luu
AssigneeEric Merriman
Created2014-07-30T18:04:42.000+0000
Updated2017-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

FileDateSize
error.txt2014-07-30T18:04:42.000+00003105

Comments

  1. Lee Morris 2017-06-28

    Closing ticket due to time passed and lack of progress over the past few years.

JSON Source