Thank you for your reply.
I'm sorry for the late response, as I was working on another issue.
I understand that I need to resubmit.
I would like some advice on how to submit the application before resubmitting.
Based on my current understanding, since it's XML, I believe the following value is correct:
<string>0x00001916&0x0000FFFF</string>
However, currently, if I enter "&", the "Signing Certificate" status displays "Failed." Based on the current situation, does this mean that when resubmitting, I'm required to enter the following value, including "&"?
<string>0x00001916&0x0000FFFF</string>
There's one thing that concerns me. I checked the contents of the provisioning file I downloaded from the URL you provided. I thought the current issue was occurring because it didn't contain "&". However, when I actually looked at the file, I found that it did contain "&".
$ security cms -D -i mep_DeveloperID_2030_DextPCIe2.provisionprofile -o test.plist
$ cat test.plist
<dict>
<key>IOPCIPrimaryMatch</key>
<string>0x00001916&0x0000FFFF</string>
</dict>
The provisioning file appears to me to have the correct value. If you could tell me the correct value for IOPCIPrimaryMatch in this situation, I will resubmit my authorization request.