-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebuild the new capture-app version for app store review #2101
Comments
➤ Kenny Hung commented: It's about #2. |
➤ Sherry Chung commented: Sam (cc Tammy Yang ) For #1, it will blocking the submit to review process on App Store. But I can't find anything I can modified on submission page. |
➤ Sam commented: Sherry Chung, We can try to update our app privacy ( https://appstoreconnect.apple.com/apps/1536388009/appstore/privacy ) according to these suggestions #1 ( https://stackoverflow.com/a/69622704/6133329 ) and #2 ( https://stackoverflow.com/a/67083153/6133329 ) |
➤ Sam commented: Sherry Chung, have you tried to add location privacy? Here is the claap ( https://app.claap.io/numbers-protocol/devs-only-app-store-review-issue-ns-user-tracking-usage-description-c-O35CsUM4Uy-HIFyh7fv8IpT ) |
➤ Sherry Chung commented: Sam I updated the App privacy but it show the same error. Please check this page, I think it's related to this error. |
➤ Sam commented: Sherry Chung, I set NSUserTrackingUsageDescription to "We collect your data only for counting download numbers and will never share it with any 3rd party " in the codebase one month ago. [screenshot ( https://i.imgur.com/vNcdRr6.png )]. |
➤ Sam commented: Sherry Chung, now the error is gone? https://appstoreconnect.apple.com/apps/1536388009/appstore/privacy ( https://appstoreconnect.apple.com/apps/1536388009/appstore/privacy ) |
➤ Sherry Chung commented: Sam Yes!!! It just disappear. Let me try |
➤ Sam commented: Sherry Chung, for issue #2 it can be changed from dev side [screenshot ( https://i.imgur.com/Svc3hV6.png )] |
➤ Bofu Chen commented: Sam Will you upload a new build to Apple Store directly, or should I create a new build? If I need to create a new build, please help double check if it's correct to update IPHONEOS_DEPLOYMENT_TARGET in project.pbxproj https://github.com/numbersprotocol/capture-lite/blob/master/ios/App/App.xcodeproj/project.pbxproj#L370 ( https://github.com/numbersprotocol/capture-lite/blob/master/ios/App/App.xcodeproj/project.pbxproj#L370 ) |
➤ Sam commented: Bofu Chen, I think it's better to do it via GitHub actions build that way we can keep track git history. Yes, correct we should update L370 & L395. I created PR ( #2102 ) where I changed deployment target via Xcode (safe). |
➤ Bofu Chen commented: PR has been merged, and I'm creating 0.66.3 |
➤ Bofu Chen commented: 0.66.3 is ready Tammy YangKenny Hung I will not do a release because the source code is the same. However, I would suggest QA to do simple installation and function test. |
➤ Kenny Hung commented: Sam (cc Bofu ChenSherry Chung) |
➤ Bofu Chen commented: 0.66.3 includes 0.66.2 |
there are some issues need to fix, QA think maybe it needs rebuild new version for it.
Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users. To update this information on your app's product page, you must indicate which data types are tracking users. If this is incorrect, update your app binary and upload a new build to App Store Connect.
QA doesn’t find any options on apple connect
QA also can't edit this on apple connect. Maybe it should change from app.
┆Issue is synchronized with this Asana task by Unito
┆Created By: Kenny Hung
The text was updated successfully, but these errors were encountered: