Dirk Eismann

Results 13 comments of Dirk Eismann

cool. I gave it a quick try and it indeed is only a matter of adapting the transformAutXmlToAjax() function, mainly where the metadata is pulled from the node.

well, it's in a "works-for-me" state. Shall I create a PR for it?

@nikoTM I think the root cause is that the preferences are accessed when the phone is locked after boot. That should not happen IMHO. We experience lots of ANRs due...

same here. And @jvdonk solution does not even work for me. It feels as if this error is popping up ever so often. Specifically, when not using automatic code signing...

just encountered the crash for an iOS build so I believe it's still in. In my case it was not 3rd party plugin code that caused this but some code...

I just [found this](https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios#disable-IDFA-collection) in the Firebase documentation. If we enable Analytics (like `"analytics": true,` in `firebase.nativescript.json`) then the plugin's `Podfile` uses ``` # Analytics pod 'Firebase/Analytics' ``` to get...

@lostation thanks a lot. This should be added to the README for sure. As for disabling Analytics by default and make it opt-in you need to do the disable it...

@lostation out of interest, do you use Firebase Messaging for push notifications on iOS and Android or you using the ["external push"](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/NON_FIREBASE_MESSAGING.md) mechanism so that Firebase just handles the APN...

had the same issue (also using brew). This is what I did: ``` $ brew uninstall ideviceinstaller $ brew uninstall libimobiledevice $ brew install --HEAD libimobiledevice $ brew install ideviceinstaller...

@nonpafos oops, thx - fixed it.