I have configured two appids in appIDs, but only the first one is valid and the second one is invalid, how can I fix it?
for example: "appIDs": [ "ABCDE12345.com.example.app", "ABCDE12345.com.example.app2" ],
I have configured two appids in appIDs, but only the first one is valid and the second one is invalid, how can I fix it?
for example: "appIDs": [ "ABCDE12345.com.example.app", "ABCDE12345.com.example.app2" ],
I'm not sure I understand what you're asking. You've shown a fragment of (what looks like) your server's AASA file. If the second App ID isn't being used for associated domains, you can edit a copy of your AASA file so that it looks like this:
"appIDs": [ "ABCDE12345.com.example.app"],
Then replace the AASA file at the expected path on your server (/.well-known/apple-application-site-association
) with the updated copy, and all should be well.