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

iOS 10 submission issues #74

Closed
shagedorn opened this issue Sep 8, 2016 · 1 comment · Fixed by #80
Closed

iOS 10 submission issues #74

shagedorn opened this issue Sep 8, 2016 · 1 comment · Fixed by #80
Labels

Comments

@shagedorn
Copy link
Contributor

It seems that iTunes Connect looks into the app's symbols and rejects the binary when it finds symbols to use private data, but the localized description is not in the app's info plist.

If you need to submit now, you have to uncomment the code of permission requests that iTC complains about and that you don't use.

We are looking into it for a solution.

@shagedorn
Copy link
Contributor Author

We will implement this by introducing preprocessor feature flags for every request class (so some categories might share one flag). They must be enabled in the app explicitly, either directly in the build settings or by a config file.

shagedorn pushed a commit that referenced this issue Sep 30, 2016
@shagedorn shagedorn mentioned this issue Oct 7, 2016
@shagedorn shagedorn mentioned this issue Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant