I am trying to implement password sending alerts. I set it all up for my other application and it works great. However, I am trying to implement it in the application that I am currently working on. The thing is, I just can't get it to work.
I do this in the applicationDidFinishLaunching method:
[application registerForRemoteNotificationTypes: (UIRemoteNotificationType) (UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
I also updated the provisioning profiles, installed the application in Parse, and made sure that push notifications were enabled on the portal.
Therein lies the problem in which a warning is displayed indicating whether I allow the inclusion of the Push Notifications application. I have no idea why. I am doing the same thing in my other application and it works great, so I'm not sure why this is not working.
Does anyone have any ideas?
iBrad Apps
source share