Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 45 | Rev 59 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 45 Rev 58
Línea 71... Línea 71...
71
                  UIUserNotificationSettings(types: [.alert, .badge, .sound], categories: nil)
71
                  UIUserNotificationSettings(types: [.alert, .badge, .sound], categories: nil)
72
                  application.registerUserNotificationSettings(settings)
72
                  application.registerUserNotificationSettings(settings)
73
                }
73
                }
Línea 74... Línea 74...
74
 
74
 
-
 
75
                application.registerForRemoteNotifications()
-
 
76
        
-
 
77
        
-
 
78
        registerBGTasksScheduler()
-
 
79
        scheduleProcess()
-
 
80
        scheduleRefresh()
-
 
81
        
75
                application.registerForRemoteNotifications()
82
        
Línea 76... Línea 83...
76
                return true
83
                return true
Línea -... Línea 84...
-
 
84
 
-
 
85
         
-
 
86
 
-
 
87
 
-
 
88
    }
77
 
89
    
78
         
90
    
Línea 79... Línea 91...
79
 
91
    
80
 
92