I have created settings bundle and also three switches for alert, sound and badge. I am also getting 0 or 1 according to switch(On/Off). Now how do I enable only selected notification types when calling this method
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:(here I want to set types from settings)];
how do I set types?