ios - Will AppStore reject my app if i enable remote notifications in UIBackgroundModes? -


i have app uses silent push notification. more precise, application should update application badge when push message received if running in background. have enabled remote notifications under background modes , implemented below method in code. want submit app appstore. whether appstore rejects app enabled remote notifications in background modes?


-(void)application:(uiapplication *)application didreceiveremotenotification:(nsdictionary *)userinfo fetchcompletionhandler:(void (^)(uibackgroundfetchresult))completionhandler 


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -