Re: Application crashing on iPod Touch, not on iPhone
Re: Application crashing on iPod Touch, not on iPhone
- Subject: Re: Application crashing on iPod Touch, not on iPhone
- From: Sébastien Stormacq <email@hidden>
- Date: Wed, 02 Dec 2009 17:31:20 +0100
That's a good point. There is one webview in my app, although not visible until later but ... I wonder wether this is already loaded at boot time.
I will double check that - thanks for the tip.
When loaded in Airplane mode on my iPhone my "normal" error handling code is triggered and I receive a message saying that this app requires network connection. (this was the cause of Apple Rejection #1)
I am now using the Reachability code from the Sample SDK "as is"
Thanks for the suggestion
--Seb
On 02 Dec 2009, at 17:24, Glenn L. Austin wrote:
> Well, you're triggering a network connection somehow, which will be a problem if you don't have a network connection. That should be testable with an iPhone in Airplane mode (or even pull the SIM card).
>
> Are you perhaps using a webview?
>
> And yes, you can change the fonts on some things in IB -- it's just not obvious.
>
> Otherwise, you're going to have to get an iPod touch.
>
> On Dec 2, 2009, at 1:15 AM, Sébastien Stormacq wrote:
>
>> Yes, this is awkward
>>
>> - My App do not use UIPushButton, just UIBarButtonItem (in a UIBar). These do not inherit from UIPushButton
>> - I do not work with Font, neither in Interface Builder (which does not allow to change anything btw) neither in my code.
>>
>> This is a stock UIBar + UIBarItems loaded from my XIB file
>>
>> --Seb
>>
>>
>>
>>
>> On 02 Dec 2009, at 10:01, Glenn L. Austin wrote:
>>
>>> Check the fonts that you're using on your UIPushButtons. It looks like you're using a web-based font (stack frame 24).
>>>
>>> On Dec 2, 2009, at 12:54 AM, Sébastien Stormacq wrote:
>>>
>>>> lol !
>>>> Thanks for the suggestion but the problem on the iPod Touch is related to wifi connection ;-)
>>>>
>>>> I tried it ! but, on the iPhone, the application do not crash at startup
>>>>
>>>> --Seb
>>>>
>>>>
>>>>
>>>>
>>>> On 02 Dec 2009, at 09:52, Glenn L. Austin wrote:
>>>>
>>>>> If you have an iPhone, try running your application while in Airplane mode.
>>>>>
>>>>> On Dec 2, 2009, at 12:36 AM, Sébastien Stormacq wrote:
>>>>>
>>>>>> I developed an iPhone / iPod application without testing on an iPod Touch (as I don't have any of such device)
>>>>>> According to the AppStore review team, the application crashes at startup when no wifi network is available on the Touch.
>>>>>> The application runs correctly on the iPhone.
>>>>>
>>>>> --
>>>>> Glenn L. Austin, Computer Wizard and Race Car Driver <><
>>>>> <http://www.austin-soft.com>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>> --
>>> Glenn L. Austin, Computer Wizard and Race Car Driver <><
>>> <http://www.austin-soft.com>
>>>
>>>
>>>
>>
>
> --
> Glenn L. Austin, Computer Wizard and Race Car Driver <><
> <http://www.austin-soft.com>
>
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden