Is there any iphone friendly feedback service [closed] - iphone

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for an iphone friendly feedback service that can be visited by web browser in my iphone application
I have been checked uservoice and getsatifaction, they are only for desktop browsing, not friendly for iphone

Crittercism (http://www.crittercism.com) also has a great product optimized for iphone/ipad and android. They also do crash reporting which is nice.

Zendesk http://www.zendesk.com/ is more for customer service but works great in iphones (and blackberry etc)

Neewmare (www.neemware.com) provides app developers the ability to ask very targeted questions inside their app on any screen. You could check it out. (Disclaimer: I work at Neemware.)

We have a native iOS feedback form that you can link with your iphone app.
For more info: Adding Feedback To Your iPhone App
The page also has a link to our free app in the AppStore that shows the feedback form in action.
Our service also provides a feedback button and feedback form for websites and WordPress blogs.

Get Satisfaction does have a great iPhone client framework. It's called Satisfaction Remote Component. If you want to see it live, check out the app Ambiance

Related

Identifying what features in my iOS apps are used [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have several iPhone/iPad apps on the App Store. I would like to add snippets of code in my apps that will identify user behavior. For example what features in the app are used the most or the least. Does anybody have a good idea on how to implement this kind of features in my app.
Integrate http://www.flurry.com into your app and set custom events for all of the parts of the app you want to know about. The report will give you a usage amount per session and you can directly identify what is being used.
Use event tracking in Google Analytics.
For each user event you want to track, you would do something like this:
[tracker trackEventWithCategory:#"uiAction"
withAction:#"buttonPress"
withLabel:buttonName
withValue:[NSNumber numberWithInt:100]];
That way you can generate reports in analytics to see what is being used. See their event tracking docs for more details
I use Flurry for all my apps and it works wonderfully. All kinds of helpful (for the right person) data. You can submit Events, like "User won level 608", and attach data in the form of a dictionary to them.
End result: I recommend Flurry.
www.flurry.com

Mobile App Development Tool for Web Developers/Designers [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a web developer and thus I code in xhtml, css, php, sql databases, etc. I want to create an app for a few sites which interact with my website. However, I have absolutely no knowledge of software programming (ie: C) and don't own a mac.
I have come across phonegap.com which appears to allow people like me to create these apps without any further know-how with software programming.
Before I jump in and start using there solution, I was wondering if anyone else knew any other development tools which might help be develop iphone, ipad and android apps?
It's key that I can access some way to upload files from the device.
Thanks!
there are many other frameworks
like appcelerator
but phonegap is best one I had found yet
, you can go with it, because,
supports many device. I had use it for android, iPhone and now I'm using for BB too.
you can write the HTML/CSS code as you like or choose any framework like jQueryMobile, sencha, jQtouch etc, which you cannot in appcelerator.
I suggest you to go with PhoneGap.
other thing, is for creating iPhone app, you need Apple computer (intel base) . it is necessary for any framework

Live Chat support in my website [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I just wanted to know if there is any (preferently freeware) solution to provide live chat support in my website, but connected to a Live Messenger account, because I would like to answer by this way.
You can try eBuddy embed. They provide widget to be embed in your webpage to chat with you.
I'm not sure there's any easy way to do this with Live Messenger.
If you can use Yahoo! Messenger instead of Live Messenger, they provide a nice easy free widget which does what you want, called Yahoo! Messenger Pingbox.
If you are using ASP.Net and OK with using Silverlight, you can look into this flexible option. It is a Polling duplex solution easy to implement. For PHP Chantlive is an option.
I think I'll try Windows Live Messenger Web Toolkit to develop my white-labeled solution, but thanks to all of you guys!
Take a look at olark (olark.com). Super easy to embed on the page, and it works with most chat clients, so you don't have to use new software.

iPhone openID authentication and embed HTML [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Question 1
I want to make IPhone application that uses OpenID for authentication. I have found janrain described here :
http://techcrunch.com/2010/04/05/janrain-openid-iphone-apps/ this is exactly what I want! However is commercial licenced is there any open source/free alternatives?
Question 2
I also want to later make Android , Windows Mobile , etc versions of my applicaion. To save making multiple application I thought I can make 80% of my application in HTML the other 20% needs a GPS so would need to be an iPhone app. Is it possible to make an IPhone application that some of its screens are really web pages? I do not want to open Safari I just want to embed HTML directly into an application so the user would still think they are just in the application still?
I found I can use a HTML/CSS/Javascript solution to develop my App.
And still have access to the GPS etc.
Using http://www.phonegap.com/ and http://jqtouch.com/ etc
This should mean I can use regular OpenID or yahoos mobile phone optimised version here
http://developer.yahoo.com/blogs/ydn/posts/2009/10/yahoo_openid_an/ so I can keep my solution 100% web based.

Good resources on Facebook programming [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm a Facebook programmer newbie.
Could anybody recommend good resources for starters?
I believe it has something to do with PHP.
I have written the following to help people get a jump start on Facebook Application Development.
How to Use the Facebook Developer Toolkit 2.0
How to Style an Application Like Facebook
How to Integrate Facebook Connect
Actually, you can write Facebook applications in most languages. The Facebook Developer Site is a good place to start.
If you have already added the facebook developer application there is a link to the developer forums. And of course it appears stackoverflow is a great place for such questions as well.
There is a book entitled: "Facebook Cookbook: Building Applications to Grow Your Facebook Empire" I liked it
Here You can find some interesting material: 50 Resources for Facebook Application Developers.
you could try FBML Essentials by Jesse Stay and Facebook Application Development (Programmer to Programmer).