My goal is to display a table to the user with a list of all of my applications for cross-promotion. I have considered adding my applications (icons, names, descriptions) to a database on my website and accessing the data over the Internet, but I'd rather be able to directly query the App Store. The reasoning is that I will not have up manually update my database each time an update with a new logo is released or a new app released. Is this possible? A search including only my other apps where I can display the information in a table view. Or am I going about this the wrong way?
Furthermore, I have seen ads that link to the app store. When you click on it, an app store scene pops up with a link to download it, but without switching to the actual App Store app. Does this happen automatically through iOS when you link to a specific app, or is this done through code that we write.