fkeimdb

Results 2 comments of fkeimdb

Hi everyone! maybe this can be closed. I've find a solution, the problem was that I was handling push notifications with two differents libraries. Hope this part of the code...

try with ` // Define UNUserNotificationCenter UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; [center requestAuthorizationWithOptions:(UNAuthorizationOptionAlert + UNAuthorizationOptionSound + UNAuthorizationOptionBadge)completionHandler:^(BOOL granted, NSError * _Nullable error) { if (granted) { center.delegate = self; }...