skip to Main Content

I am recieving this mail when I upload an update of my iOS APP:

ITMS-91053: Missing API declaration – Your app’s code in the “mi coche
eléctrico” file references one or more APIs that require reasons,
including the following API categories:
NSPrivacyAccessedAPICategoryUserDefaults. While no action is required
at this time, starting May 1, 2024, when you upload a new app or app
update, you must include a NSPrivacyAccessedAPITypes array in your
app’s privacy manifest to provide approved reasons for these APIs used
by your app’s code.

I have created the PrivacyInfo with this information (the requested in mail), but this mail is recieved even with this PrivacyInfo file in the upadatee app.

enter image description here

Any idea what is wrong on it? Thanks in advance

2

Answers


  1. Chosen as BEST ANSWER

    First of all, thanks for answering. Could you give me more information about "add it as a resource source not as source"

    It seems to be as "resource" in build phase.

    enter image description here


  2. Resources

    The file should be included as a resource, not as a source. It should en up in the same folder as Info.plist in your build.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search