Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

AndyCodez

macrumors regular
Original poster
Aug 6, 2009
187
0
I am implementing imports using google docs (data api). Has anyone had an issue with apple accepting your app to the store if you are using this API?

I found this a far easier method then trying to get FTP Networking to work properly.
 
Nothing in the Apple terms that prevent you from using it but you should check the Google Data API terms to see if its allowed to be used in a mobile application.
 
I'm trying to build for anything but debug and i keep getting errors with not having other c flags set to have :
#if !DEBUG
#if GDATA_INCLUDE_nameServiceHere_SERVICE && !GDATA_SUPPRESS_INCLUDE_WARNING
#error The service placeholder compiler flag should be replaced by actual service specifications
#endif
#endif

Which in my project settings i have other c flags to have the following :
Other C Flags: -DGDATA_REQUIRE_SERVICE_INCLUDES=1 -DGDATA_INCLUDE_DOCS_SERVICE=1

Just like the documents say.... Am I missing something else here?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.