pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.75k stars 284 forks source link

iOS app tracking transparency #2412

Closed pandark92 closed 2 years ago

pandark92 commented 2 years ago

Hello! my PWA app got rejected on Appstore due to lack of app tracking transparency, any one can help?

I tried

` if #available(iOS 14, *) {
            ATTrackingManager.requestTrackingAuthorization(completionHandler: { status in
                // loadAd()
            })
        } else {
            // loadAd()
        }
        return true`

on didFinishLaunchingWithOptions in appdelegate also added Privacy - Tracking Usage Description on info.plist but the app dialog transparency don't show up in app

If my answer was in the docs all along, I promise to give $5 USD to charity.

ghost commented 2 years ago

Hello pandark92, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will investigate the issue and help solve it ASAP. Other community members may also look into the issue and provide feedback 🙌

jgw96 commented 2 years ago

Hey @pandark92 , thanks for opening an issue with us! Because this is outside the scope of PWABuilder (native iOS code is outside of our scope), id recommend instead asking this on StackOverflow. Thanks!