Closed
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