我正在使用位置服务,因为我获得位置列表,并在我的应用程序处于后台时向用户显示本地通知。类似地
I want to implement a task repeatedly while the application is running in foreGround. In appdelegate which method should I use So that I give notifications to the user.
答案 0 :(得分:0)
NSThread
是你的朋友。