Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
app built with old GData static lib failing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mr.riddlemefish  
View profile  
 More options Apr 3 2010, 1:40 am
From: "mr.riddlemefish" <mr.riddlemef...@gmail.com>
Date: Fri, 2 Apr 2010 22:40:09 -0700 (PDT)
Local: Sat, Apr 3 2010 1:40 am
Subject: app built with old GData static lib failing
Hi, I've not been paying attention to activity here since October last
year but I'm trying to trace the cause of a crash now happening with
an app built at that time. With a rebuild on the simulator and linking
with a static GData lib built at that time I'm noticing that I can
repeatably get this error message

2010-04-03 16:05:00.800 MyApp [14075:207]
serviceBase:<GDataServiceGoogleHealth: 0x4828010>
objectFetcher:<GDataHTTPFetcher: 0x3e35120> failedWithStatus:304 data:

in the log when working with the GData Health API. It may not be
related to what's happening on the iPhone device itself, but it's a
start.

Software versions etc have moved on since then and yes I know I should
get the latest version of the GData API and rebuild for modern times
but what am I up against with this, before I get into nitty gritty?

Thank you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Robbins  
View profile  
 More options Apr 3 2010, 1:47 am
From: Greg Robbins <grobb...@google.com>
Date: Fri, 2 Apr 2010 22:47:07 -0700
Local: Sat, Apr 3 2010 1:47 am
Subject: Re: app built with old GData static lib failing

Status 304 is "Not Modified". It means the server isn't sending a response
because the data has not changed since the previous time the same URL was
requested by the application.

The Objective-C library's service class has an optional cache ([service
setShouldCacheDatedData:YES]) which can store the server's responses so an
application does not need to see the 304 status codes.

More information is at

http://code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntrod...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
peter mason  
View profile  
 More options Apr 3 2010, 1:55 am
From: peter mason <mr.riddlemef...@gmail.com>
Date: Sat, 3 Apr 2010 16:55:55 +1100
Local: Sat, Apr 3 2010 1:55 am
Subject: Re: app built with old GData static lib failing

Ah, the server is smarter now. The iPad just wasn't reason enough for rebuilding but it looks like I have work to do now.
As always, thanks Greg.

On 03/04/2010, at 4:47 PM, Greg Robbins wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »