Hello,We have the same issue but it works on iOS device and it doesn't work in the simulator, same version of iOS (13.5) on both.The device on which it works is an iPhone 6S, in the simulator it gives the same error on all the iPhone versions.We are trying to use wkwebview in an ionic application to play a video stream.The stream works fine with the player in Android and it works even in Safari on the iOS.[assertion] Error acquiring assertion: <NSError: 0x600002a89470; domain: RBSAssertionErrorDomain; code: 2; reason: "Client is missing required entitlement"> { userInfo = { RBSAssertionAttribute = <RBSLegacyAttribute: 0x7f8e37412d40; requestedReason: MediaPlayback; reason: MediaPlayback; flags: PreventTaskSuspend | PreventTaskThrottleDown | WantsForegroundResourcePriority>; }Could it be related to some XCode setting maybe ? But which one ?Thank you