how to revert android:sharedUserId change -
i have app in play store (let's version code 1.1) not using android:shareduserid in manifest. needed users share data app, make new version (the 1.2) using android:shareduserid in manifest, allow sharing. caused when users updated 1.1 1.2 not acces data.
when realised problem make new version (1.3) removing android:shareduserid manifest, leaving in first version.
now see users upgrade 1.1 1.3 directly, has no problems , app works well. users upgraded 1.1 1.2 , upgraded 1.3, still have no acces data. readings i've done, can understand 1.2 can't acces data since user specified shareduserid diferent 1 created directory in version 1.1. in 1.3 there's no android:shareduserid (the manifest same in version 1.1). can't understand why there's no acces.
somebody can figure out problem , how solved?
thank's
Comments
Post a Comment