ios - Apple Push Notification Implementation -



ios - Apple Push Notification Implementation -

i have app in trying implement apns. receiving force on device unable open corresponding screen.

the scenario application has navigation bar root view controller. pushes view controllers login. if login successful pushes tab bar controller , hides itself. each tab bar controller has navigation controller root view controller.

when receive force want open 3rd tab unable ?

please help...

when receive force notification, in function can create instance , save force notification page type , create tabbar, in select 3 tab using code if condtion

if (instancepage == 3){ [self.tabbarcontroller setselectedindex:2]; }

ios iphone apple-push-notifications push

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -