【问题标题】:Storing token id in iOS在 iOS 中存储令牌 ID 【发布时间】:2013-03-21 15:25:09 【问题描述】: 在 ios 开发中,我在应用启动时获取令牌 ID。我正在使用 MVC,我必须在其他几个控制器上使用这个 token-id。访问令牌 ID 的最佳方式是什么? 【问题讨论】: 标签: ios storage token 【解决方案1】: Shared/ Singleton 课程将为您服务。 How to create singleton class in objective C Singleton shared data source in Objective-C 【讨论】: