iOS build "missing export compliance information"

After building a new standalone app with expo build:ios and uploading with Application Loader, iTunes Connect shows a Missing Compliance warning: “This build is missing export compliance information.”.

I’ve uploaded this app many times before and have never seen this. Does anyone know what could be causing this?

Expo SDK 32.0.0
expo 2.11.1
XCode 10.1
Application Loader 3.7.2

Hey @pstahleybg!

Quick google search yielded this solution! If you’re still having issues after following the steps there, let me know

1 Like

That solved it! After changing my App Store Connect role to Admin, a link to provide compliance information was shown.

I also added usesNonExemptEncryption to my app.json to avoid this in future builds.

Thanks!

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.