Mario Koch

Results 12 comments of Mario Koch

I had the exact same bug on iOS (Android worked perfectly fine for me). For me using the suggested approach in this [issue](https://github.com/DoubleSymmetry/react-native-track-player/issues/978#issuecomment-649305961) - setting `waitForBuffer` to `true` - fixed...

> Until this is fixed: Has anyone tried setting `preserveLegacyExternalStorage=true`? As far as I understand it, this flag is only to enable data migration when the users upgrades from Android...

Hi, I'm facing the same issue. Did you make any progress on this? I.e. come up with a DIY solution?

I was wondering the exact same thing. I'd like to implement a logic for dynamically handling publishing of data. Check if a specific channel (e.g. private channel of a user)...

Okay I see. Thanks for the fast reply! I might implement a logic in which I tag the Push Notification recipients when they've an active session and then filter based...

Yeah good point. I'd trigger it manually though. Once the App goes into inactive mode I manually set a flag. Since this event is instant and not attached to any...

Did you create your purchases / subscriptions BEFORE linking your project? If so, try creating new purchases / subscriptions or edit the existing ones (update their description, etc.). I had...

You're absolutely right. I was wondering the same thing while validating my Android subscriptions. Possibly the Google API changed and @voltrue2 hasn't noticed or hasn't had the time to update....

Any updates? 🤔 @ivpusic I see that you started working on this on July 19th. Did you make any progress so far?

Since November is only a couple of days ahead I decided it's too risky to keep hoping for an update before then and therefore I've combined [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) and `react-native-image-crop-picker` and...