I've got a function, named didReceiveApplicationContext and I need to transfer several dictionaries there. Now, I'm using this code:
guard let transferData = applicationContext["dataFromAnotherDevice"] as? Int else { return }
When I'm trying to do the same action ( to repeat this code ), I don't receive anything.