Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

EdgeEngine v5.6.2 client library, includes full edge binary v3.10.0

Latest
Compare
Choose a tag to compare
@mimikrb mimikrb released this 20 Aug 22:17
· 1 commit to main since this release

EdgeEngine v5.6.2 client library, includes full edge binary v3.10.0

Changes to the automatic edgeEngine background handling:

If enrolled in automatic lifecycle management, edge engine will be automatically started when UIApplication.didBecomeActiveNotification is received (a change from previously used UIApplication.protectedDataDidBecomeAvailableNotification)

If enrolled in automatic lifecycle management, edge engine will be automatically stopped when UIApplication.didEnterBackgroundNotification is received (a change from previously used UIApplication.protectedDataWillBecomeUnavailableNotification)

Developers can control the automatic lifecycle management enrolment with EdgeEngineClient/manageEdgeEngineLifecycle(manage:) API.

Updated README
Updated documentation.