Tag: xcode

blog

How to Create a PrivacyInfo.xcprivacy File: Your Practical Guide to Ensuring App Store Approval

Introducing Apple’s Privacy Manifest for iOS Apps Welcome to a practical guide on creating a PrivacyInfo.xcprivacy file for seamless approval on the App Store. After witnessing the significant interest from users who read my previous article and watched the YouTube video, I’ve decided to provide a hands-on approach in this new article. If you’re new […]

Ottorino Bruni 
blog

How to localize info.plist in Xcode

As you know with iOS 14 Apple requires consent to access the IDFA (Identifier for Advertisers), you need to display the App Tracking Transparency authorization request for accessing the IDFA. How to implement this change? Just update your Info.plist and add the NSUserTrackingUsageDescription key with a custom message describing your usage. My app supports more […]

Ottorino Bruni