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