EdgeEngineDeveloper v5.6.2 client library, includes developer 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.