LinusU / LinusU/flutter_web_auth
Apple iOS Processing Failing: ITMS-90338: Non-public API usage
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 213
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
We've been using this library for a while within our app and we're just now getting an error thats blocking us from submitting builds to Apple.
ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/flutter_web_auth.framework/flutter_web_auth: _SFAuthenticationErrorDomain.
If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions.
In addition, note that one or more of the above APIs may be located in a static library that was included with your app.
If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
This started this afternoon with no code changes from our end, and at first glance it seems like there are not references to said classes within this plugin, but it's getting flagged anyways
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported Apple submission failure and inspect Frameworks/flutter_web_auth.framework for the _SFAuthenticationErrorDomain reference. Confirm the source or bundled library responsible, then verify that an iOS submission no longer reports ITMS-90338.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter, ios
- Domain
- authentication, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100