As title , TestFlight needs support on both sides .
{
"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!"
},
.....
]
}