-
Notifications
You must be signed in to change notification settings - Fork 275
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
Returning NULL on released version #114
Comments
I seems the problem is proguard. Once I enable it, the device_calendar returns null. |
-keep class com.builttoroam.devicecalendar.** { *; } |
@MaikuB did we add info somewhere on the use of proguard - can we elevate it to the Readme so it's easy for developers to find |
Yes another issue was raised on this and the change is currently in #112 |
Closing this item as it's addressed in linked PR |
I implemented the device_callendar 0.2.2 and everything works great on debug but when I release the app on android, the device asks for the permission to access the calendar just fine but the list of calendars come back null. The amount of calendars retrieved from the release version come back the same as in debug but the .id and the .name come back null for each calendar. On iOS released version everything works great as in debug. Am I missing something?
I trippled checked my android manifest and the permisions are there:
The text was updated successfully, but these errors were encountered: