APNS - PHP Codeigniter Push Code Notification Icon not magnifying iOS7

I was working on an iOS project with APNS (Apple Push Notification Service) + PHP, Codeigniter library. But I am currently stuck with an issue - increasing the number of icons is not reflected on mobile devices. I have searched enough google links so am not posting some links. I need an exact solution, can anyone help me as I have a short timeline?

send_push_notification($device_token,$message,$badge,$sound='default'); 

      

+3


source to share


1 answer


You will get sloutions here https://code.google.com/p/apns-php/wiki/License . Just integrate this library into codeigniter .. Badge Counter will work in iOS7 and iOS8 ... We can use Set_badge ($ badge) easily. $ count should come from DB



+1


source







All Articles