我有一个名为 didReceiveApplicationContext 的函数,我需要在那里传输几个字典。现在,我正在使用这段代码:
guard let transferData = applicationContext["dataFromAnotherDevice"] as? Int else { return }
当我尝试执行相同的操作(重复此代码)时,我什么也没有收到。
我有一个名为 didReceiveApplicationContext 的函数,我需要在那里传输几个字典。现在,我正在使用这段代码:
guard let transferData = applicationContext["dataFromAnotherDevice"] as? Int else { return }
当我尝试执行相同的操作(重复此代码)时,我什么也没有收到。