good morning, I'm customizing moodle mobile, the application works well in development and test devices, but when you want to upload to appstore me generates the error: 90158 ITMS And not let me publish the application. ask for help thank you very much.
config.xml:
<gap:plugin name="nl.x-services.plugins.launchmyapp">
<param name="URL_SCHEME" value="https://github.com/ingoscarmorenoc/mimoodle/config.xml" />
</gap:plugin>
This is incorrect, you should use something like:
value="upcmimoodle"