Closed AntonYu closed 9 years ago
Fixes the problem with "loc-args" field - it should be a JSON array, not an object:
{"aps":{"alert":{"loc-key":"UnderAttack","loc-args":["Name"]}}}
insted of
{"aps":{"alert":{"loc-key":"UnderAttack","loc-args":{"0":"Name"}}}}
Good point! Thanks for taking the time to create a PR!
Fixes the problem with "loc-args" field - it should be a JSON array, not an object:
insted of