google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
354 stars 96 forks source link

TestFlight upload issue #82

Open darryl-bartlett opened 2 years ago

darryl-bartlett commented 2 years ago

Hey all,

When uploading a TestFlight build, I get the following issue:

TMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/UnityFramework.framework/UnityFramework: ZN3icu5Edits10addReplaceEii, ZN3icu5Edits12addUnchangedEi. 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/

Does this mean there is no way to advance on iOS with AR Core Extensions at this point?

The other big thing I have in my project is Firebase to pull in markers. Would this have any bearing?

git-radiusmedia commented 2 years ago

Hey, any update on this issue, any work around?

Barokoli commented 1 year ago

Little late to the party but for future reference, I documented my workaround here: https://forum.unity.com/threads/game-get-rejected-by-non-public-api-usage.708245/

Not sure if its ARCore or Firebase or using the two in conjunction.