簡體   English   中英

后台獲取和UILocalNotifications

[英]Background Fetch and UILocalNotifications

如果有新內容可用,則安排UILocalNotification來提醒用戶在iOS 7后台獲取過程中有新內容有效嗎?

就是 與用戶溝通是否有限制,后台獲取是否應該透明?

您可以輕松地在

-(void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler

行前

completionHandler(UIBackgroundFetchResultNewData);

通知用戶此刻或以后的任何時間。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM