Skip to content

Question: api/push support assign different environment ? #246

Closed
@vocolboy

Description

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!"
    },
    .....
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions