We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My code is failing on the line:
Yii::$app->apns
The problem is with the APNS config, because I've tried to create a component called 'apns' with the GCM configuration and it works.
I've copied the APNS configuration from the example of the README, but it is not working.
How I can find which is the problem? I've tried to declare the component only with the 'class', but it still not working.
I'm not having any PHP error, but the server returns a 500 error when executes this line.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My code is failing on the line:
Yii::$app->apns
The problem is with the APNS config, because I've tried to create a component called 'apns' with the GCM configuration and it works.
I've copied the APNS configuration from the example of the README, but it is not working.
How I can find which is the problem?
I've tried to declare the component only with the 'class', but it still not working.
I'm not having any PHP error, but the server returns a 500 error when executes this line.
Thanks!
The text was updated successfully, but these errors were encountered: