Handling Memory Warnings
Forward iOS memory warnings to ContextSDK so it can release non-critical caches.
Forwarding the memory warning
func applicationDidReceiveMemoryWarning(_ application: UIApplication) {
ContextManager.didReceiveMemoryWarning()
}Last updated
Was this helpful?