0
I’m trying to use Easyapns in a project for iOS 8. But due to the fact that the project is old and there are no updates for it, I’m having problems.
More specifically, with respect to the server, which although it is correctly configured according to the video tutorial of Raphael Caixeta, presents the following problem in the log file:
10-Nov-2014 20:18:03 America/sao_paulo] PHP Fatal error: Push Badge must be either Enabled or Disabled.
1) APNS::__Construct -> File: apns.php (line 55) 2) APNS::_registerDevice -> File: class_APNS.php (line 252) 3) APNS::_triggerError -> File: class_APNS.php (line 319)
in /home/pensesof/public_html/apns/classes/class_APNS.php on line 706
Someone uses, or is using Easyapns in current projects?
Tiago, I developed one in Python, if it’s useful for you... feel free: https://github.com/vsouza/Bird
– Vinicius Souza
Thank you! I’ll take a look yes!!
– Tiago Amaral