- This topic has 4 replies, 2 voices, and was last updated 12 years, 2 months ago by support-octavio.
-
AuthorPosts
-
dabbeljuMemberHi all,
I am testing my app currently as native app on iPhone 4. Basically, it works as expected.
What is the app doing, when it is started:
– It is downloading xml files to the local storage
– After that it is running functions to display the downloaded XML from local storage in listsWhen I run it in Testcenter, it works straight away in less than 2 seconds. The connection is wifi.
When I run it on the device, which is connected to the same wifi, it takes up to 60 seconds, till the data is displayed and I can use the app. Once this is done, everything works fast as expected.
Whenever a screen is displayed in th APP I do the same thing as in the beginning. I am downloading the XML, store it and display it. When I do this after the app is started, it works also straight away and fast.
I am using Mobione 2.1 preview. I have not checked if I have the same problem with 2.0.3.
I do not thnk that it is a problem of downloading or displaying the data, cause this works perfectly after the first “launch”.
Unfortunately I can not provide the app (ipa) on its own, cause I am using ad hoc distribution profile. if needed, send me UUIDs and I will provide the profile.
I will provide my project later on today.
Is someone else facing this problem?
@octavio and wayne: Is there any way you can help me? Do you need other information?This and the problem with the splash screen (http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=3459) is preventing me from releasing the app. So any help is highly appreciated!
thanks and best regards
dabbelju
dabbeljuMemberHi,
I did find the reason for it. I have one function which is loading data (from server) and one which is displaying the data. I did start the read function, befor the load function was done. That caused the problem. Now I call the read function out of the complete callback of the load function and now it works great.
Thanks
dabbelju
support-octavioMemberHi dabbelju,
We will be glad to help you, but we need to review your project. I’ll been waiting your designs to figure out what is the problem.
dabbeljuMemberHi octavio,
as I wrote in my previous post, there is no need to investigate anymore.
I think I basically did design it wrong. With the change i described it works fine.
If there is an intrest from your end to investigate, please let me know.
Thanks and best
dabbelju
support-octavioMemberHi dabbelju,
Thanks for your feedback. I didn’t realize that you followed up informing that your issue was solved. Let us know if you need more help.
-
AuthorPosts