YEDI

Results 10 comments of YEDI

@razorRun please help me or tell me where i went wrong

> Are you guys getting the live video feed under 1 seconds?? of Latency?? yeah it seems like with delay onProgress works, live doesn't

> Actually, problem can be solved quite easily. If you look at [iOS bindings sources](https://github.com/razorRun/react-native-vlc-media-player/blob/bdab1078ccd351d4f659ceb8ef801612c87cc5f6/ios/RCTVLCPlayer/RCTVLCPlayer.m#L285) here, you can find that onProgress event fires only when condition `currentTime >= 0 &&...

> Deprecated doesn't necessarily mean not available. > > I made changes regarding this to my fork in this commit: [muntius@fc2b8ac](https://github.com/muntius/react-native-fast-image/commit/fc2b8acd97f07989e312f5cbd61d2e541fda3611) > > This repo seems dead. Thank you, you...

Is your problem occurring on a production or dev environment? i'm also having the same problem on production environment, dev works fine

For android you should use `acknowledgePurchaseAndroid`, but I recommend handle on server side, here is the documentation about acknowledge for server side: - For product: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.products/acknowledge - For subscription: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptions/acknowledge

> @yedi97 what is the function of "acknowledgepurchaseandroid"? To confirm to google, that indeed the user has now "subscribed" for example - as a confirmation? Yes, if not call `acknowledgePurchaseAndroid`...

> > @MinaSamir11 facing the same issue with the latest version 4.3.3. > > please mention your working env.(package json dependancies) I have same problem above, i'm using ver 4.3.3...

I'm got the same issue? Did you resolve? Please help me if you resolved, thank you