deckameron / Ti.Android.Admob

Appcelerator Android module wrapping Admob functionalities
17 stars 7 forks source link

deleteTCStringIfOutdated stops to work properly for v.2.2.0 #22

Open prilaga opened 3 months ago

prilaga commented 3 months ago

It looks like AdmobModule -> deleteTCStringIfOutdated may delete the data on every launch, because of unknown changes in google updated sdk com.google.android.ump:user-messaging-platform. You have v.2.0.0, but last is v.2.2.0. Furthermore, after deletion the same number of days returns.

deckameron commented 3 months ago

Thank you @prilaga ! I have updated the deleteTCStringIfOutdated function and also the com.google.android.ump:user-messaging-platform to v.2.2.0. Let me know if it fixed the issues for you.