Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是,经过一段时间(近 10 分钟)后,我的应用程序的通知列表意外删除并且徽章也清除了。可能它与后台更新有关,因为我的更新时间间隔等于 10 分钟。但我的日志没有显示这一点。
问题与方法有关:
- (void)applicationWillEnterForeground:(UIApplication *)application
因为在这种方法中我已经擦除了我的徽章,所以如果你在很长一段时间后解锁手机,如果你在后台应用它会自动调用。所以,我在将擦除逻辑移动到时解决了这个问题
- (void)applicationDidBecomeActive:(UIApplication *)application