Get latest iOS apps from iTunes Search Api - itunes-store

Is there a way to get the latest apps (or sort by release date) feature to get iOS applications from iTunes Search Api?
Thanks!

Related

How to Restrict calling api only apps installed from AppStore using swift

I read this information below link:
Restricting usage for an Android key for a Google API
So My question is about I have php project as a backend my project has API calling from mobile app like android and iOS. I got it how to restrict calling API android app downloaded only from play store so How can I implement this idea in my swift project to Restrict calling my api only apps that installed from AppStore. How do i know if installed from app store or not in my iphone, I need to call my API only apps from Appstore.
Can any one help me?

iTunes Connect - total installs vs current devices that have the app installed

How can I know or calculate an iOS app's total installs vs current devices that have the app installed?
I have the totals units and as I understand that is the total install count and not how many devices have my app right now.
You can get more details about app statistics by using 3rd party frameworks such as Flurry. You won't be able to detect if a user uninstalls the app, but you can see how many unique users are using the app in a specific interval. You can also see which OS version your users have installed.
use TestFlight Live for analytics and crash reports for App Store submitted app

Paypal on iOS app

I am developing a simple iOS app which receive payment from Paypal and send physical goods to customer. I learnt from www.x.com that I need to submit my app to Paypal for approval.
Recently Paypal is moving from x.com to developer.paypal.com and released new version iOS sdk, however there is no mention about app submission and approval procedure on new developer site. I have several questions:
Is it still need to submit my app to Paypal for approval? How?
Is Paypal iOS SDK only works in US because live credentials only available in US? (In x.com seems there is no mention about this restriction)
If my app need to be submitted to x.com, where can I get the Paypal Device's UDID?
I am now using PayPal Mobile Express Checkout Library (PP_MECL) 1.03, is this version still working? Or I need to move to 1.04? Seems PayPal iOS SDK 1.04 is a totally different thing.
Thanks!
If you use the new iOS SDK you don't need to submit your app for approval.
If the iOS SDK has the functionality you need you should use it over MECL - it has a much slicker interface and supports credit card payments.
The FAQs https://developer.paypal.com/webapps/developer/support/faq mention that the iOS SDK is only targeted for US market at this time.
if you're just using the MECL library, you do not have to submit the app for approval, you just need the dev and production token you automatically get from their portal once you add your application definition to www.x.com.
This token must be used in your code when you set the ENV_LIVE environment.
For iOS, the latest MECL version is 1.0.3, but make sure you really have the latest package, because they released an update for iOS 6 in december 2012 without changing the library version numbers (gasp!)
As others have already pointed out, the new PayPal iOS SDK 1.04 is a completely different library, but if you're accepting payments on your mobile website, the MECL library is still the right option.
Cheers

Know users of particular iOS app version

Is there a way to know the number of users who are still using a particular ios application version?
You can create one webservice which will accept UDID of user's device as well as the Application version. And you can get the reports from that.
For more report of user app you can integrate Flurry analytics to your app.

iTunes Connect statistics by iOS device

I am wondering if it's possible to get information on which iOS device (iPhone, iPad, iPod) my applications were downloaded?
Obviously no one is looking for download statistics for their apps.
I have found the answer from Apple technician that as of now there is now way to drill-down to device level in statistics. But they are looking to implement this feature.
Also the iTc Mobile app is more powerful than web based instance.
You can either by building your own iTunes Connect app or using a third party like AppFigures.
Currently there is no way of getting this information from within iTunes Connect.
I'm also looking for iOS version stats, but can't find any anywhere.

Resources