We have developed an application using xamarin forms , our iOS app is working fine till iOS17 , if we upgraded our OS version to iOS18 app is not working properly.
Visual studio for Mac 2022
Xcode 16
Minimum OS version 15.4
Xamarin.iOS version 16.4.023
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Issue faced on : 25 november 9:23AM
when trying to reply to customer-reviews through
this endpoint : https://api.appstoreconnect.apple.com/v1/customerReviewResponses
getting error as 500 Unexpected -error .
API Response :
{
"status": "500",
"code": "UNEXPECTED_ERROR",
"title": "An unexpected error occurred.",
"detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/."
}
API Requestbody :
{
"data": {
"type": "customerReviewResponses",
"attributes": {
"responseBody": "Hi, thank you so much for your kind words and for sharing your positive experience! We're thrilled that you love the redeem points and their instant use. Keep exploring Tata Neu! _Meghal"
},
"relationships": {
"review": {
"data": {
"type": "customerReviews",
"id":"here is id of comment"
}
}
}
}
}
API Headers :
Authorization: Bearer {Token}
Content-Type: application/json
API URL :
https://api.appstoreconnect.apple.com/v1/customerReviewResponses
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program