Error ITMS 90158

Error ITMS 90158

- Oscar Moreno の投稿
返信数: 6

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.

添付 IMG_2324.JPG
Oscar Moreno への返信

Re: Error ITMS 90158

- Juan Leyva の投稿
画像 Core developers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Plugin developers 画像 Testers

Hello,

I'm sorry but I see you've posted three different messages, are all about the same issue? Problems with the URL scheme?

How are you building the app, using Phonegap Build?

In that case, can you attach here your config.json and config.xml files?

Regards, Juan

Juan Leyva への返信

Re: Error ITMS 90158

- Oscar Moreno の投稿

Good morning if I have my files right?

Oscar Moreno への返信

Re: Error ITMS 90158

- Juan Leyva の投稿
画像 Core developers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Plugin developers 画像 Testers

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"

Juan Leyva への返信

Re: Error ITMS 90158

- Oscar Moreno の投稿

Thanks John, but I still dating the same mistake, you sent the files back to see if I stay something wrong.


Thank you.


Oscar Moreno への返信

Re: Error ITMS 90158

- Juan Leyva の投稿
画像 Core developers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Plugin developers 画像 Testers

But do you see the same error? referencing the new URL scheme or the old one?

If you see the old one, that means that you not compile properly the new version of the app

Regards, Juan