Hi, Does anybody know how to use apple connect api to enable push service, we used below api and parameters to enable push service.
https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities
{
"data": {
"type": "bundleIdCapabilities",
"relationships": {
"bundleId": {
"data": {
"type": "bundleIds",
"id": "C37G96QG6S"
}
}
},
"attributes": {
"capabilityType": "PUSH_NOTIFICATIONS",
"settings": [
{
"key": "PUSH_NOTIFICATIONS",
"options": [
{
"key": "PUSH_NOTIFICATIONS",
"enabled": true
}
]
}
]
}
}
}
we got the response is ok,but failed to enable the push servive, does anybody know how to correct to configure the data