This is a store launch only issue and can't be duplicated when pushing the app locally onto the device (Toshiba Thrive, ICS 4.04) from Titanium.
This seems to be an Android bug that others are dealing with: https://jira.appcelerator.org/browse/TIMOB-4941 https://jira.appcelerator.org/browse/TIMOB-1559
I've applied the work around: <property name="ti.android.bug2373.disableDetection" type="bool">false</property> <property name="ti.android.bug2373.restartDelay" type="int">500</property> <property name="ti.android.bug2373.finishDelay" type="int">0</property> <property name="ti.android.bug2373.skipAlert" type="bool">false</property> <property name="ti.android.bug2373.message">An application restart is required</property> <property name="ti.android.bug2373.title">Restart Required</property> <property name="ti.android.bug2373.buttonText">Continue</property>
I am still having this issue after pushing this update onto Google Play.
Any ideas?
2 Answers
Accepted Answer
Move to a CI build, it is fixed there.
Your Answer
Think you can help? Login to answer this question!