-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android SDK 34 support; crash. #98
Comments
It seems the cause of crash is this. Please fix:: Caused by: java.lang.SecurityException:: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts at
|
Thanks for your information. We will upgrade API34 based on priority |
Hello
We are updating our app to compileSdk=34 and targetSdk=34.
This seems to cause a crash in MAM SDK. Crash log below. In release notes I only saw support for Android 33. Is Android 34 not supported? What is the ETA for it's support? We need this fixed somehow.
Crash goes away if I change targetSdk to 33.
We are using implementation group: 'com.citrix.android.sdk', name: 'mamsdk', version: "23.7.0+"
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'android.content.SharedPreferences$Editor android.content.SharedPreferences.edit()' on a null object referen at com.citrix.worx.sdk.SettingPreferences.UpdateWith(SettingPreferences.java:96) at com.citrix.worx.sdk.SettingPreferences.SendUpdateNotifForLevel(SettingPreferences.java:148) at com.citrix.worx.sdk.CtxLog.setLevel(CtxLog.java:288) at com.citrix.sdk.appcore.api.a.a(Unknown Source:17) at com.citrix.sdk.appcore.api.a.a(Unknown Source:78) at com.citrix.sdk.appcore.api.MamSdk.<init>(Unknown Source:14) at com.citrix.sdk.appcore.api.MamSdk.getInstance(Unknown Source:37) at com.citrix.mvpn.h.d.<init>(Unknown Source:10) at com.citrix.mvpn.h.b.a(Unknown Source:27) at com.citrix.mvpn.h.e.i(Unknown Source:16) at com.citrix.mvpn.h.e.a(Unknown Source:14) at com.citrix.mvpn.api.MicroVPNSDK.startTunnel(Unknown Source:9)
The text was updated successfully, but these errors were encountered: