Saturday, July 20, 2024
HomeiOS DevelopmentReact Native Ios Replace (0.74.2) - App retailer join/TestFlight - ITMS-91055: Invalid...

React Native Ios Replace (0.74.2) – App retailer join/TestFlight – ITMS-91055: Invalid API purpose declaration in ios/pod/PrivacyInfo.xcprivacy


FIX 1 : Generic resolution to repair PrivacyInfo.xcprivacy associated problem.

Replace your APIs based mostly on the supplied official URL:

Let’s take an instance of the API NSPrivacyAccessedAPICategoryActiveKeyboards within the file.

PrivacyInfo.xcprivacy

This API has solely two legitimate NSPrivacyAccessedAPITypeReasons:

3EC4.1 and 54BD.1

Now we have to make sure we use solely these underneath it. If we add another NSPrivacyAccessedAPITypeReasons, it is going to trigger a problem.

FIX 2 : Even when you have eliminated and corrected all NSPrivacyAccessedAPITypeReasons, In case you continue to face the identical points. This might be as a result of, on the time of pod set up, some dependencies add incorrect NSPrivacyAccessedAPITypeReasons. To repair this problem, add privacy_file_aggregation_enabled: false in your Podfile:

use_react_native!(
  # Disables the aggregation of privateness info from dependencies to forestall them from including incorrect NSPrivacyAccessedAPITypeReasons
  privacy_file_aggregation_enabled: false,
  :path => config[:reactNativePath],

  # An absolute path to your software root.
  :app_path => "#{Pod::Config.occasion.installation_root}/.."
)



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments