Ikbal Kaya
Ikbal Kaya
Thank you @AlexisRiksman-TomTom. That's really appreciated I'm trying to write an equivalent of this code on Groovy. I attempted ``` tasks.dokkaHtmlMultiModule.configure { pluginConfiguration { footerMessage = docsFooterMessage separateInheritedMembers = true...
I think https://github.com/ably/ably-flutter/pull/283 covers a big part of this. (should cover everything except testing)
Check line 269 `PushActivationState` on ably-cocoa where this error was created.
This is related to https://github.com/ably/ably-cocoa/issues/1263
Thanks for reporting this @Asharulislam. Can you please confirm that you had this issue since v1.2.15?
Thank you. I will investigate
@Asharulislam Could you provide Android version that causes this issue please? For the note I tested this on Android 11 and 13. It turns out that * Android 11 does...
Thanks @Asharulislam. I just did another test with * ably-flutter 1.2.15 * Flutter 2.5.3 and * Android 12 The behaviour was similar to the one as Android 11. Notifications aren't...
Created an issue for ARTClientOptions https://github.com/ably/ably-cocoa/issues/1260