Hi,
I am not able to save the Auto release date when submitting the app to AppStore review.
I am in the IST time zone (GMT+5:30). It is allowing to select the time only in hours. But when converted to GMT, it having minutes also. So could not able to save.
Response of the API call:
{
"errors" : [ {
"id" : "18b33a72-af77-4125-97bb-b1ab2422c00e",
"status" : "409",
"code" : "ENTITY_ERROR.ATTRIBUTE.INVALID",
"title" : "An attribute value is invalid.",
"detail" : "The attribute 'earliestReleaseDate' only allows hour precision",
"source" : {
"pointer" : "/data/attributes/earliestReleaseDate"
}
} ]
}
Please help to resolve this.
I am not able to save the Auto release date when submitting the app to AppStore review.
I am in the IST time zone (GMT+5:30). It is allowing to select the time only in hours. But when converted to GMT, it having minutes also. So could not able to save.
Response of the API call:
{
"errors" : [ {
"id" : "18b33a72-af77-4125-97bb-b1ab2422c00e",
"status" : "409",
"code" : "ENTITY_ERROR.ATTRIBUTE.INVALID",
"title" : "An attribute value is invalid.",
"detail" : "The attribute 'earliestReleaseDate' only allows hour precision",
"source" : {
"pointer" : "/data/attributes/earliestReleaseDate"
}
} ]
}
Please help to resolve this.