Winter Pu
Winter Pu
I remember Apple has given up the bitcode. I don't have Xcode 13.4. Maybe you could try to build it with different iOS Deployment Target version.
Thanks a lot for your attention. It's still in the development stage, so it resides in a dev branch. Please await the official release.
You can attach the log file to provide more details. Additionally, you can simply use the marketplace version, as it does not require a source build engine version.
Did you call **InitAgoraEngine** before joining the channel (OnBtnJoinChannelClicked)?
1. Could you share what you do in **InitAgoraWidget** & **OnJoinButtonClick** ? 2. Also In **Initialize** or **InitializeEx**, it would return the result code. You could check if it returns...
That is used to add the Camera permission. I noticed that if you directly change the info.plist in your app, it may not work well for UE5. Another way to...
No, in this case, which version of UE are you using?
You could try [tccutil reset Microphone] to reset the permission and see if it works. Additionally, could you identify if this is a permission problem? Does it work in PIE...
When you changed the info.plist template of your engine, did the app you packaged have the required permission? It should have.
1. 【When someone joins and leaves】: you can check what you did in the **onUserJoined** or **onUserOffline** functions. I ran the examples with UE4.27, and the Video Widget won't freeze....