
Question:
We've developed a cross-platform mobile application with Xamrin for iOS and Android. There is a functionality to play videos in the application, for which we are using the "<strong>rox</strong>" player to play videos. It's working fine in android, even we have deployed the application in the Play store.
The problem is with the iOS version. Videos are being played in the emulator but not when it's deployed in the app store. A blank page is displayed instead.
Here is the configuration in <strong>info.plist</strong>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Thanks in advance.
Answer1:If you are using rox.video plugin, I recommand to use native video view. before I have used the plugin but this plugin brought many issues to me. You can make native renderer class like <a href="https://forums.xamarin.com/discussion/23931/android-video-player-using-xamarin-forms" rel="nofollow">this</a>