Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

UISceneSession compatibility

Latest

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.