Re: Getting feedback from application

2008-04-16 Thread parag vibhute
Thanks for url. But this earlier urls which I received in this thread are for tutorials for making an application like stuff. What I require is adding native functionality by using which user will send feedback regarding that application. I would like to know has Apple mentioned some guidelines

Re: Getting feedback from application

2008-04-16 Thread Ron Fleckner
On 16/04/2008, at 6:19 PM, parag vibhute wrote: Thanks for url. But this earlier urls which I received in this thread are for tutorials for making an application like stuff. What I require is adding native functionality by using which user will send feedback regarding that application. I

Re: Getting feedback from application

2008-04-16 Thread parag vibhute
Hi Ron, Ya it is right that I will need to implement the networking functionality for sending feedback from my application to server. But I wanted to know that has Apple mentioned some guideline for this? I would like to follow those guideline. Thanks, Palav On Wed, Apr 16, 2008 at 2:15 PM, Ron

Re: Getting feedback from application

2008-04-16 Thread Ron Fleckner
On 16/04/2008, at 6:51 PM, parag vibhute wrote: Hi Ron, Ya it is right that I will need to implement the networking functionality for sending feedback from my application to server. But I wanted to know that has Apple mentioned some guideline for this? I would like to follow those

Re: Getting feedback from application

2008-04-16 Thread Johan Kool
Hello Parag, Is this the kind of functionality you were after: http://www.zathras.de/angelweb/sourcecode.htm#UKCrashReporter See UKFeedbackProvider and NiftyFeatures on that page... Johan --- http://www.johankool.nl/ ___ Cocoa-dev mailing

Getting feedback from application

2008-04-15 Thread parag vibhute
Hi guys, I have created a cocoa application. Now I would like to have functionality such that there will be a button, on clicking that application will send feedback to me. Is there any class or any documentation available for this? Please give your feedback/comments. Thank, Parag -- There

Re: Getting feedback from application

2008-04-15 Thread Mike R. Manzano
Please read one of the many fine tutorials on the subject, including this one: http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/objctutorial.pdf Regards, Mike On Apr 15, 2008, at 1:31 AM, parag vibhute wrote: Hi guys, I have created a cocoa application. Now I would

Re: Getting feedback from application

2008-04-15 Thread Matt Long
This might help you: http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/ It's a bit shorter tutorial than the Apple one. -Matt On Apr 15, 2008, at 9:25 AM, Mike R. Manzano wrote: Please read one of the many fine tutorials on the subject, including this one:

Re: Getting feedback from application

2008-04-15 Thread Quincey Morris
I suspect the OP was asking about adding a button to an application that, when clicked by a user, would send feedback (Your software sucks!) to the developer. -- On Apr 15, 2008, at 09:01, Matt Long wrote: This might help you: http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/