I submitted an update to an app to the iOS store. This had previously been published using a preview build of WM24 without a problem.
The actual code changes only effect one screen, and how it displays information in a table. Hardly anything substantial.
But now I'm told that the update has been rejected due to: "During review, your app installed or launched executable code, which is not permitted on the App Store. Specifically, your app uses the
itms-
services URL scheme to install an app."
Firstly, I'm not actually installing any other apps from within the program. So not sure what that's talking about.
A couple of things I do use that may be the culprit??
BCCapture()
to read barcodes via the camera.
CryptStandard()
and
UncryptStandard()
to encrypt data before sending to a service on a server. (Just saw I need to switch those to EncryptStandard() and DecryptStandard())
Using FTP to transfer files the user requests.
Using hfsql data files.
>I'm not sure what to look at to resolve this. If anyone has any pointers, it'd be greatly appreciated!