views:

15

answers:

0

We are trying to add a UIButton to out iPhone app that will direct users to the iStore to show a list of all our apps.

We got the button to display an NSLog() so we are almost there.

Is there a "search by company name" link we can redirect users to? (Automatically opening the user's iStore app.)

What would that code look like?

Thanks.