I've been trying to implement the remote push notification for my app but i can't make it to work, i'm fairly new with this and right now i have this code
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[[UIApplication sharedApplication] registerForRemoteNotifications];
return YES;
}
for some reason it doesn't request permission for the app to send the push notifications
i already did all the provisional profiles stuff with the certs
any ideas on what can i do?