《App Store Review Guidelines》 5.1.1 Data Collection and Storage
(iv)SafariViewContoller must be used to visibly present information to users; the controller may not be hidden or obscured by other views or layers. Additionally,an app may not use SafariViewController to track users without their knowledge and consent.
As above,does it mean that privacy policy pages have to be displayed using SFSafariViewContoller?
Can I use WKWebView to display the privacy policy pages in my app?