[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Handle app store links #954

Open
samuelclay opened this issue Sep 26, 2016 · 5 comments
Open

iOS: Handle app store links #954

samuelclay opened this issue Sep 26, 2016 · 5 comments

Comments

@samuelclay
Copy link
Owner

Should take user to the app store. Here's a sample feed and support forum: https://getsatisfaction.com/newsblur/topics/app-store-links-not-working

@Dejal
Copy link
Collaborator
Dejal commented Aug 27, 2018

Investigating this one, the app seems to do the right thing. When viewing a story for the iphone-ticker.de site, an app link actually links to their website, e.g. with a URL like http://www.ifun.de/app/650377962. So as expected, that site is loaded in a web view, which then loads the App Store. Presumably they want to detect link clicks, which is why they redirect from their site instead of going directly to the App Store. I don't think it'd be reasonable or good practice to provide a special case to bypass that.

Unless I'm missing something, given that this issue is two years old without further clarification, should probably close it.

@samuelclay
Copy link
Owner Author

That particular link uses a redirect, but sometimes they have the itms:// or itms-apps:// url, and in that case I'd like to popup a Open App Store / Cancel dialog.

@Dejal
Copy link
Collaborator
Dejal commented Aug 28, 2018

Okay, I'll try to find other examples. I did confirm that other sites that include App Store links (e.g. MacStories) do display the Open App Store prompt.

@Dejal
Copy link
Collaborator
Dejal commented Aug 29, 2018

I haven't found any posts on that feed, or on other feeds, that don't either go via their website, as above, or go directly to the App Store. Can you point me to an example where this doesn't work?

@samuelclay
Copy link
Owner Author

Soon as I find something I'll update this ticket.

@samuelclay samuelclay added low and removed high labels Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants