Can you see a list of applications a company in the app store on the iphone? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI need to know if when someone accessed from the iPhone to app store, if he can filter the results to see the applications developed by a company.
It is possible to search for the name of a developer. But it's not possible to filter existing search results on the iPhone.
You can filter on the iPad, but not by company name.
You can make html page with link like this:
<a href="itms-apps://itunes.com/apps/generalarcade">Games by General Arcade</a>
and if user clicks on it will open itunes app with filtered results for apps developed by General Arcade.
Try you will have the answer. I think that it's possible.
精彩评论