iOS 앱 추적 투명성(App Tracking Transparency) 관련하여 하기와 같이 리젝 처리가 되었습니다.
요약해보면 iOS 15.2.1에서 앱 추적 투명성 승인여부 다이얼로그가 표시가 안되기 때문에 리젝되었습니다.
앱 추적 투명성(App Tracking Transparency) 구현을 위한 react-native-tracking-transparency 패키지의 문제로 생각하고 구글링을 해보았으나 정확한 해법을 찾기 쉽지는 않았습니다.
iOS 15.2.1 에서는 아래와 같이 requestTrackingPermission() 함수를 호출해주면 앱스토어 심사를 통과하는데, 정확한 이유는 알 수 없네요. ㅠㅠ
setTimeout(async () => {
requestTrackingPermission();
}, 1000);
위의 처리 방법에 대해서는 하기의 URL을 참고했습니다.
https://github.com/mrousavy/react-native-tracking-transparency/issues/15
Not possible to request Tracking Transparency in iOS 15 · Issue #15 · mrousavy/react-native-tracking-transparency
Hello, I've tested in iOS 15 as it was officially released in 2021/09/20 However when calling method from iOS 15 requestTrackingPermission() I receive not-determined. The same code executed in ...
github.com
'React-Native' 카테고리의 다른 글
iOS 앱 심사 프로세스 변경 (1) | 2022.01.28 |
---|---|
VS Code 메뉴 글자 크기 조정 (0) | 2022.01.27 |
React-Native iOS 실행 시 시뮬레이터 실행 오류 (0) | 2022.01.19 |
You are currently running Node v10.6.0 but React Native requires >=12. Please use a supported version of Node. (0) | 2021.12.15 |
React-Native - ITMS-90433: Invalid Swift Support - The file libswiftCore.dylib doesn’t have the correct code signature. (0) | 2021.04.07 |
댓글