I see that Facebook Audience Network Native ads crash on Android devices for my users. The crash is happening on release version only. I am using the latest Facebook audience-network-sdk 6.2. I have apps with older sdk 5.7 and I don't see this issue. The crash is:
Fatal Exception: java.lang.NoSuchMethodError
No static method getSharedPreferences(Landroid/content/Context;)Landroid/content/SharedPreferences; in class Lcom/facebook/ads/internal/settings/AdSharedPreferences; or its super classes (declaration of 'com.facebook.ads.internal.settings.AdSharedPreferences' appears in /data/app/-1/base.apk)
I see that Facebook Audience Network Native ads crash on Android devices for my users. The crash is happening on release version only. I am using the latest Facebook audience-network-sdk 6.2. I have apps with older sdk 5.7 and I don't see this issue. The crash is:
Fatal Exception: java.lang.NoSuchMethodError
No static method getSharedPreferences(Landroid/content/Context;)Landroid/content/SharedPreferences; in class Lcom/facebook/ads/internal/settings/AdSharedPreferences; or its super classes (declaration of 'com.facebook.ads.internal.settings.AdSharedPreferences' appears in /data/app/-1/base.apk)
Please help, couldn't find anything online.