See if an app has Apple Watch support via API? - itunes

I'm using the iTunes API too lookup some info about apps. I'm trying to figure out if it's possible to find out if the app has an Apple Watch companinion app or not via this API.
https://itunes.apple.com/lookup?id=705350439
This app has a text on it on the store page that says "Offers Apple Watch App for iPhone" and also some Apple Watch screenshots. But they doesn't seem to show up in the API.

Related

I'm trying to make a react native app that is able to open Spotify and play a song

I have an app that i would like to connect to spotify so when my user pushes a button it will search in spotify for a song/playlist with predefined parameters that i will set. For example i will have two buttons one for hip-hop and the other for country. Once the user pushes a button I would like to redirect them to spotify and search the corresponding button title and maybe play the song. Similar to what shazam does to discovered songs you search on the app.
Spotify has a pretty mighty sdk and you should use it. To be able to access all features you need to use their SDK on native side. The topic is too big to answer it here via Stackoverflow.
React-Native native Module Guide for Android -
React-Native - Android Modules
React-Native native Module Guide for iOS -
React-Native - iOSModules
Spotify's Android SDK Guide -
Android
Spotify's iOS SDK Guide -
iOS

itunes connect metadata rejected video third party, how to resolve?

I uploaded my app to itunes connect and I waited a few days.. and then the app that I uploaded was denied one time. I send them one video explaining the app, but anyway they rejected the app.
This is the first message:
We began the review of your app but are still not able to continue because we need access to a video that demonstrates your app in use when launched on the physical device and integrating with third party product. Please showcase all app features and functionality within the video content provided. The simulation video provided will not suffice.
This is the second message:
The simulation video provided will not suffice. We need access to a video that demonstrates your app in use when launched on the physical device, and integrating with the third party product. Please showcase all app features and functionality within the video content provided.
What do I need to do? Use a screen capture software and film my app in use in the iPhone? Upload to youtube and share the link in the review notes of the app? A simple demonstration? or a expanded demonstration?

how to send push notification without apple device

is it possible to send push notification for apple without apple device? I would like to send push notification using any page or service from apple, but not using an app created in xcode for example. My app that will get the push is ready and working, but I would like to send the push from a normal page, not from mac or iphone app.
Apple push notifications can only be send to Apple devices (iOS, OSX or Safari for Mac).
However, you can send the notification from any type of operating system using the Apple Push Notification Service API:
https://developer.apple.com/library/ios/documentation/networkinginternet/conceptual/remotenotificationspg/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9
Yes, you can do that for free with using a push notification API, such as Spontit.
See the API docs here: https://api.spontit.com/
See the Python wrapper here: https://github.com/spontit/spontit-api-python-wrapper

Android, Iphone, Windows and Blackberry API search apps

Is it possible to search apps via API on:
1. Android Market
2. App Store
3. Windows Phone App Store
4. Blackberry App World
5. Facebook App Store
and if so, can you provide specific links to that sections (not only to the develops pages)?
Thanks
you can use google api, or some simple stuff
for example you want to search games in android market place
get the result of this
games site: https://play.google.com/
in google.com
For Apple App store---
https://itunes.apple.com/search?term=+<appname>+&entity=software
There are no public apis are available for Android, Windows, Blackberry.
Paid API For Android Apps--
42Matters
For Windows, Backberry, Facebook--
Do web scrapping by using CSQuery(or) html agility pack..

PIN authentication on iOS app and then listing all ios apps

I want to list all my published iOS apps list on my main ios app .
My main iOS app will perform like this: First screen will ask to enter PIN (an authorization code, user will have this code from my other web url ) after validation, next screen will show all published app (published from my developer a/c) of iTunes store. apps will be a free type category, if user click on any specific app, the itunes app should be launch to download that app on device.
Could some one please suggest me , is there any violation of Apple's rule to show my apps in this way authentication to my customers? Will apple reject my app?
Although i was trying to understand a search API of iTunes
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Thanks a lot,