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

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

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