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.