Skip to content
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

Apple Review Rejected #77

Open
codeLockers opened this issue Oct 29, 2024 · 4 comments
Open

Apple Review Rejected #77

codeLockers opened this issue Oct 29, 2024 · 4 comments

Comments

@codeLockers
Copy link

I am using the latest version(1.2.8) of weaklock_plus
but my app be rejected by apple due to this issue
anyone know how to fix it?
Thanks

"Frameworks/wakelock_plus.framework/wakelock_plus", which includes wakelock, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy- impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK

@diegotori
Copy link
Collaborator

@codeLockers looks like one of your dependencies is still using wakelock. Nine months ago, I added the privacy manifest to this library, so it should be good as far as Apple is concerned.

@diegotori
Copy link
Collaborator

If you're able to contact your reviewer, then please point them to the privacy manifest file found in this library.

@diegotori
Copy link
Collaborator

Please ensure that you're running on the latest Flutter version and that you run flutter pub upgrade when using the latest version.

Dunno why Apple thinks that the privacy manifest is not there when it is.

@diegotori
Copy link
Collaborator

Also, please ensure that your Cocoapoda are upgraded as well.

Worst case, you may need to sign your frameworks manually, since the Flutter command for signing iOS frameworks may not automatically sign this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants