Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Yo  
#1 Posted : Thursday, May 17, 2012 9:24:49 AM(UTC)
Yo

Rank: Newbie

Groups: Member
Joined: 5/17/2012(UTC)
Posts: 4

Thanks: 1 times
I don't want to display the installation link if user already has Aurigma up installed. Is there a way to detect this in ASP.net? Thanks.
p.shirykalova  
#2 Posted : Friday, May 18, 2012 1:31:24 AM(UTC)
p.shirykalova

Rank: Advanced Member

Groups:
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hi Yo,

I googled for a solution. Unfortunately it seems there is no way to detect if the app is installed from a web page.

You can try to open custom Url scheme of the app, if it is not installed you will get "Cannot Open Page" message, however I think this is not what you are looking for:

Code:
window.location = "aurup://";

Anyway, here are the results I found, they might be helpful for you:

Here is a trick to avoid "Cannot Open Page" message - use the timer.

iPhone Dev SDK

Feel free to contact us if you have any questions.

Best regards,

Pauline Shirykalova

Aurigma Technical Support

thanks 1 user thanked p.shirykalova for this useful post.
Yo on 5/18/2012(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.