add Analytics tool in the ios application [closed] - ios

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 9 years ago.
I want to add Analytics tool in my iPhone application. I have found Google Analytics, Asking Point and Flurry.
Now which is the best analytics tool form them and why ? or is there any other tool available ?

I use flurry, they have a great platform and very easy to integrate. Flurry also seems more focused on mobile. Most people use flurry, but I think some are starting to switch to google analytics, although i have' t personally used them, however their focus isn't just mobile, but they are great at dealing with web pages.
Flurry can let you track any event. A downside would be the reporting time, sometimes it can be hours, and as far as downloads it seems to update everyday.
I would use both for a few weeks and see which one you like better. It will probably come down to your preference.

Related

PDF to Apple Newsstand [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 9 years ago.
What is the best way to go about adding a monthly subscription to the Apple Newsstand?
I am currently working with a site which deals with PDF subscriptions through Ubercart and we are now looking to support iPads through the Apple Newsstand. We would like pay as you go and full yearly subscriptions which would allow the user to download any previous issues for free.
How much work would this be? Do you need to make a bespoke app to do this or is there a straight forward way to do it?
The PDF would ideally show just as it is, we don't currently have any need to integrate rich media into it such as some of the more popular subscriptions out there currently do.
This is the best tutorial for the News Stand app
Here is the Link :
http://www.viggiosoft.com/blog/blog/2011/10/17/ios-newsstand-tutorial/
This is the video from the apple developer site explaining all about how the newsstand works. LINK
You should be able to find all your answers there.

Implement a 'Like our Facebook page' button on IOS? [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.
After looking through several related topics and web articles it seems many of them was written before IOS6 and the integration to Facebook.
What I'm looking to do it add a LIKE button within my application that the user can press which will then like our facebook page.
What is the best way to do this?
Facebook IOS SDK?
Facebook OpenGraph?
Is there any good up-to-date tutorials out there?
I've used the FacebookLikeView project with (initial) success. Unfortunately, my app was blocked, apparently due to triggering Facebook's spam detection during development and testing of the app (liking/unliking my own page a number of times). I haven't found a way around that problem, and it is something that others have seen too.
I personally think the Facebook SDK would be the best place to start. iOS6 implements a lot of functionality with Facebook, and frankly, after I was done reading through some of it, it did a lot that I had no idea it even could.
This tutorial helped a lot:
https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/
But, perhaps this is more what you are looking for (?):
http://angelolloqui.com/blog/10-Facebook-Like-Button-on-iOS
Hope this helps!

What is the best mobile analytics service for iOS apps, which update downloads count live? [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.
May be this question is out of development environment. What is the best mobile analytics service for iOS apps, which update downloads count live ? Currently i am using flurry and its gives the download count like every 6 hours. Are there any quicker services ?
The term Best calls for some more explanations, as it depends on one's requirement. What are the features you need? should it be a free service? etc.
Here are some options. I am only answering this part - Are there any quicker services ?
Bango has mobile app analytics and it is real time (well
according to their website).
Countly is another option, and it is open source and real time.
mtiks is real time.
Appsflyer is another, but I don't think it has a free plan
appinsights is realtime and offer a free trial period.
Capptain is also real time
appFigures.
kontagent

Is it professional to use jquery mobile for an iPhone app [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 9 years ago.
I have a question, I was wondering if it is professional to use jQuery mobile for a iPhone app? I mean, i just needed to create photo galleries and i used jQuery mobile, and then created a webview for it.
Is it OK to create an iPhone app this way? Or is it not professional? Thanks!
Everyone will have an opinion about whether it is professional or not... it all depends on how you deliver your final product.
If your app looks polished, performs well and adheres to the HIG guidelines, then yes, it could be acceptable.
If you however throw something together which looks bad, performs poorly and doesn't function, then don't bother. You'd likely not make it past the approval process.
Take a look at: http://www.jqmgallery.com/. Lots of people have used jQuery Mobile to produce really slick looking apps.
Ask the basic questions -
Can I maintain it easily
Can someone else maintain it easily
Does it work with my SCM
Does it meet the requirements - fast enough, no crashing, etc.
It's professional, as long as you use best practices, and write decent scripts.

What is a good framework for creating interactive books on the iPad? [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 9 years ago.
I was wondering if anyone knew the best way to create interactive books for the iPad (such as the Alice in Wonderland and Dr. Seuss books currently available in the App Store)? I am looking at using Cocos2D which seems like it could be a good option. Thanks in advance!
If you want an intermediate solution (i.e. more than epub but less than cocos2d), try http://bakerframework.com/ It is an HTML5 ebook framework. The "book" portion is developed in HTML5 and the project includes an XCode app to compile the HTML5 into an app that manages page turns, etc. Project is BSD license.
cocos2d is definitely doable, have a look here. You could also use core animation depending on how interactive you want the book to be.

Resources