qtipee

Results 4 comments of qtipee

I confirm that using the patch above works with Xcode 14.0.1 :) I had no problem when using Objective-C for the iOS native module, but as soon as you use...

I have the same problem, except it is not working with audio files from Firebase Storage. I can play sounds from URL with other domains. `NSAllowsArbitraryLoads` is set to true.

> Same issue, been digging into the native code and the player is most likely getting passed nil data for initilization and thats where the error is being throwm, how...

> When upgrading from 0.11.0 to 0.11.2 I also ran into this issue. What I found that worked was changing my MainBundleDir from `const MainBundleDir = Platform.OS === 'ios' ?...