I have created all required certificates for push notification and in back end push bot is used. i get push notification from push bot but following method is not get called.
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
I have included push bot framework and followed all procedure. what is wrong with my code or there is any problem from back end. i am not able to find out the solution.