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
Post a Comment