Is there a programatic way to access iTunesConnect sales reports? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I've got an app on the iTunes store, and Apple provides daily (and weekly) sales reports. I'd like to download these in an automated fashion (say, via script attached to a cron job), but I'm not sure how to get around all their https-forms, Web-objects controls, session-IDs, etc.
Does anyone have a plug & play solution for this?
Thanks!

There's a thread in the Dev Forums about this: https://devforums.apple.com/thread/1253?start=0&tstart=0'>Sales Reports Script
Link: https://devforums.apple.com/thread/1253?start=0&tstart=0

I really like AppSales, an open-source iPhone app that scrapes the iTunes Connect website and gives you daily and weekly reports, graphs etc. It's open source so you can extend it to your needs.
http://github.com/omz/AppSales-Mobile

There's no API but you cant "scrape" it, there are various open source scripts online.
Instead though you can use www.appfigures.com which downloads reports automatically, turns them into interactive sales/downloads reports and sends parsed reports by email automatically as well as shows your reviews from all 77 app stores around the world and rank trending from 6 major app stores.
For security reasons I'd use a sub iTC account when signing up.
And its completely free (while in beta)

Related

Is there a way to get Firefox to work with macOS keychain? If not, is there a good alternative password manager? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
If so, how? If not, I am looking for a password manager that can do at least the following:
works offline even if the service is down, such that data is stored locally (KEY!) I want to retain full access and control.
securely stores notes, either to a website or general notes
has an effective form filler
syncs with other devices
uses end-to-end encryption
ideally works well with Firefox on macOS
I am aware of popular ones like LastPass, 1Password, and Dashlane. I haven't worked through all the details yet but I'm concerned with some of the breaches, some repeated, and periods of unavailability.
I have also used Roboform on Windows many years ago. I REALLY liked it because it could handle almost any type of sign-on scenario and forms with grace... but that was then. I've read they have since gone downhill.
So, ultimately, I am looking for recommendations from users with personal, hands-on experience as to which ones are easy to work with and capable. I need to manage hundreds of sign-ons, forms, etc.

Example page for trying out web automation tools [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Does anybody know of a web page which I can try out automation tools on.
We are evaluating a Test Automation tool and are looking for a page where we can write test cases to automate that are beyond the average "Google search" test case.
So I am looking for a page which is a bit more advanced, for example with Login, Search. And it should be built for trying out test automation, and nobody should care if we fill it with crazy data.
An example would be this page: http://www.ranorex.com/web-testing-examples/vip/
But I would like some more advance stuff, multiple pages and login.
You could create a few dummy Google accounts: that would give you the ability to test multiple simultaneous logins and access to a myriad of different activities (Gmail, Google+) that have some pretty advanced capabilities.
One simple out of the box website is the asp.net internet template site that comes with asp.net MVC. Just load up Visual Studio (even express) and create the site automatically.
I would consider that a decent playground. It is also easy to add on new functionality to it since all the plumbing is there

What percentage of iPhone users using each iOS version [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for up-to-date report of iOS versions deployment in percentage.
Something like Chitikia Report but up-to-date.
This info is extremely important for taking a decision of what iOS version to deploy my App...
Any idea where to find that? Is Apple publish such reports for its registered developers?
Many Thanks!
Back from the dead :)
Finally Apple provides this information on this page.
Example screenshot:
You might struggle to get these stats. As I understand it the latest Developer SDK T&C's prevent analytics software from collecting this sort of data. I know Flurry no longer collects
the iOS version (its just displayed as 'Unidentified' now).
I've never seen any data published by Apple to developers either.

Are there any competitors to Atlassians Fisheye? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for alternatives to view my source code repository and run metrics on it.
Have you looked at Review Board? It's an open source tool that is used on google code and is picking up some steam in general. I ended up not using it for my particular project because it didn't provide a user-friendly way to do post-commit reviews. I imagine the web interface has improved dramatically since I evaluated it last year.
If Review Board doesn't match your requirements, consider posting more detail on what your looking for so we can have a better chance of pointing you in the right direction
You should checkout ZebraPlan.
From my experience, ZebraPlan is a much better and easier alternative to Atlassian Fisheye and Crucible. ZebraPlan has a built-in code review feature that allows you to easily connect to your source code repository. Keep in mind that you can’t validate code with Fisheye, but you can with ZebraPlan. You will definitely save time and money using ZebraPlan. Fisheye charges $800/month for 10 users and unlimited repos and ZebraPlan charges $43/month for 10 users and unlimited repos.
Here’s a short video that showcases ZebraPlan’s “Code Review” feature: https://www.youtube.com/watch?v=_Gxg_d-5vuw
I hope this helps!

API to monitor iphone app store reviews [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm trying to develop a review monitoring system for several iPhone apps I've developed, for instance to email me with the contents of a review when one comes in. (Right now, without an iPhone, I can't even view reviews.) I was hoping there was some online browser for the app store (like cyrket for android), but I am unsure if this exists (I can't find any definitive answer via searching).
Is there any online browser that can be scraped? Or is there at least some API I can use to view app reviews? Or will it come down to sniffing packets and reverse engineering the app store protocol?
Unfortunately, none of the answers here did the trick, and I didn't get the feedback I needed.
However, I found an answer.
One can just go to the rss feed from Apple feedback (in the itunes connect site and replace the word xml with json (for those [like me] who prefer to work with json objects). However note, that XML has 2 extra fields, that are missing in JSON : <updated>(very useful) and <content type="html">.
https://itunes.apple.com/HERE-YOU-PUT-THE-CONTRY-CODE/rss/customerreviews/id=PUT-APP-ID-HERE/sortBy=mostRecent/json
APP ID - you cant get your app id from itunsconnect in the view details tab.
country codes - like il for israel, it for italy and etc.
For example, in my case the link was -
https://itunes.apple.com/il/rss/customerreviews/id=567630281/sortBy=mostRecent/xml
I hope this helps.
I know this question is probably out of date, but I found an EXCELLENT resource http://blog.manbolo.com/2012/09/10/useful-itunes-web-services outlining the various APIs that are available for querying iTunes data, INCLUDING a mechanism for querying app reviews, e.g.
https://itunes.apple.com/rss/customerreviews/id=400274934/xml
We had the same issues, and since we have 7 apps in the App Store, visiting the store pages wasn't really an option. So we built a tool that we recently released that you might find useful: https://launchkit.io/reviews/
It emails you all new reviews and posts them to your teams Slack channel.
This post outlines building such a "scraper" using curl. It also gathers international reviews, which is difficult to do just using iTunes:
http://blogs.oreilly.com/iphone/2008/08/scraping-appstore-reviews.html