Skip to content

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

@vocolboy

Description

@vocolboy

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions