Error on publishing my app on ovi store
Following Comments I received from the QA team:
While processing your content we found your application includes unsupported package versions. We require the latest package versions to be declared in the package file for all QT applications. We are contacting you as soon as possible to request your help in resolving this QT dependencies not supported. In order for us to continue with processing your content for signing, we require your assistance to move forward with your content. Please repackage your application including supported packages for:
(0x2001E61C), 4, 7, 3, {“Qt”}
(0x2002AC89), 1, 1, 3, {“QtMobility”} (0x200267C2), 4, 7, 3, {“QtWebkit”}
Please Help!!!!!!!!!!!!!!!! , I can't understand what they want.
Re: Error on publishing my app on ovi store
just compile yout application with latest version of the Qt SDK, then it is automatically using latest supported version.
Re: Error on publishing my app on ovi store
Thanks ,
When i m compling my project on new SDK :Following Comments I received from the QA team.
The file failed QA on the following target
Device: S60 5th Edition
How can I add 5thEdition Devices manually.
Please reply ASAP ,its urgent
Thanks again
Re: Error on publishing my app on ovi store
Check the target settings from the Qt Creator, you should build separate sis files for 5th ed as well as Symbian^3. i.e. you should submit two different installation files.
Re: Error on publishing my app on ovi store
Thanks symbianyucca for reply.
Why ?? In Previous version of Qt SDK, I always sent single installer for both S60 5thEdition and for Symbian^3.Please guide me if its mandatory to build separate sis file in New Version of Qt SDK to how to change my target setting and build different sis files.
m waiting...Thanks again.
Re: Error on publishing my app on ovi store
you could always try building it with Symbian^1 target and verifying (f.ex. with RDA) that it does work on Symbian^3 devices, its rather normal Symbian way that the compatibility goes only that way.
Just add the required targets from the projects settings (fifth icon on top left on Qt Creator) and then select the target in edit mode from the forth icon from the bottom on the left side of the Qt Creator.
Re: Error on publishing my app on ovi store
Thanks ,
means if i build my application for symbian^1 device so it will run on both symbian^1 (5th Edition) plus Symbian^3 devices.is it?
Re: Error on publishing my app on ovi store
it is likely to work, but as said, you must verify it by testing. anyway, you always must test your application with at least one device from each platform version, otherwise you wont get it published at the Ovi store.
and the RDA is there to help you on getting access to different devices.
Re: Error on publishing my app on ovi store