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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As title , TestFlight needs support on both sides .
If can support it , it will be very useful
{ "notifications": [ { "tokens": ["token_a", "token_b"], "platform": 1, "production": true, "message": "Hello World iOS Production!" }, { "tokens": ["token_a", "token_b"], "platform": 1, "production": false, "message": "Hello World iOS Sandbox!" }, ..... ] }
The text was updated successfully, but these errors were encountered:
implementation in #301
{ "notifications": [ { "tokens": ["token_a", "token_b"], "platform": 1, + "production": true, "message": "Hello World iOS Production!" }, { "tokens": ["token_a", "token_b"], "platform": 1, + "development": true, "message": "Hello World iOS Sandbox!" }, ..... ] }
the default setting in your config.yml.
config.yml
Sorry, something went wrong.
appleboy
Successfully merging a pull request may close this issue.
As title , TestFlight needs support on both sides .
If can support it , it will be very useful
The text was updated successfully, but these errors were encountered: