Search code examples
iossslapp-storeappstore-approval

iOS App Review: Additional files?


Is it possible to provide additional files for an AppStore app review?

We are developing an app that communicates with an SAP server. In order to review the app we set up a test server that will be accessible for Apple. But the certificate on that server is self-signed.

We want to include the CA root certificate somewhere in the review, but the only place I can imagine right now is somewhere in the app bundle. But the certificate won't be needed by future users, thus we don't want to include it in the binary.

The obvious solution (using a "real" certificate) has already been discussed and declined (server is just there for the review, will be used once/twice a year => cert cost too high)


Solution

  • You can provide a link in App Review Information → Notes

    enter image description here

    Or just make a note about it and the Apple itself will demand it when the app will be "In Review" phase (file can be attached in the Resolution Center).

    enter image description here