Skip to content

UISceneSession compatibility

Latest
Compare
Choose a tag to compare
@HHK1 HHK1 released this 07 Dec 21:31
· 3 commits to master since this release

Add support for scene based applications.

If your application uses a UISceneSession, you need to configure the SDK early on in your ApplicationDelegate:

WeLoop.set(sceneBasedApplication: true)

In the next major release, this will no longer be necessary.