Michael

Results 295 comments of Michael

Okay, not sure what to suggest then. That version I linked had this conflicting library removed so if there's no other version and you've cleared out any caches...

Just as an aside you can use the device orientation events in the application ane to achieve this: https://docs.airnativeextensions.com/docs/application/device-information/orientation-events

Can you elaborate on the details of the Intent we need to create to have this work successfully? We haven't been able to get it to work with the `Intent.ACTION_SEND_MULTIPLE`...

Thanks for this, definitely appears to be the issue. I can confirm if I remove EXTRA_TEXT from the intent it correctly shares multiple images.

If they are swift based dependencies have you tried including the swift flags in your platform xml eg: ```xml -lSwiftCompat -lswiftFoundation -rpath /usr/lib/swift ```

@myflashlab Could you elaborate on the process you are using at startup? Also which versions of iOS are you encountering this issue on? Are you using the iOS SDK to...

We haven't been able to replicate this issue, but we are working on the next major update to Firebase and will get this released soon, hopefully this will resolve the...

Are you reading or writing a lot of data with Firebase or any high usage of the extensions?

Well this definitely seems related to Firebase, I have found similar reports in the firebase bug tracker. We are in progress of updating the Firebase libs so hopefully there's a...