I'd like to have my affiliate link open the Amazon ios app at the product page. It seems like deep linking enables this functionality, but don't see any information on Amazon website. How do I do that?
Related
We developed a website in which users can sign in using their google account. This works fine. A lot of people have shared our app link on Instagram.
The problem is, when users of Instagram click on our website link, the ios webview is used (internal browser in Instagram). This prevents people from signing in to our app and are presented the following error:
What's the solution to this?
Having trouble solving this one.. hoping someone out there has run into it and can help.
Scenario:
I'm the owner/developer of an iOS app (https://itunes.apple.com/app/id1032962936)
It integrates with Facebook for facebook login so i have a facebook app in place to service the API requests.
I also run a website to support the app (http://www.heythere.us) and that site has a blog.
The Problem Statement:
When I share a blog article from my site to facebook it shares perfectly fine. It shows the right thumbnail image from the blog article, and the right text. All of that is good to go because i installed the official facebook plugin for wordpress. However, I have the iOS app installed on my iphone, and i click the shared article in my facebook feed my phone just opens my app when it should be opening safari and sending me to my website's blog article. It's almost like there's some deep linking going on here that isn't quite right. Or the meta data on my website isn't quite right.
I dont want all my people who see the blog article share to click it and get sent to the app (if it's installed on their phone) ... I want them to go to the website and be able to read and share the article.
has anyone ever seen this and solved it?
Thanks!
It was the al:web:url meta tag that I had on the site pointing at the itunes link for the app. I removed that and re-scraped my links in facebook's sharing debugger and now links to my website are opening correctly on my phone.
i have application with server side (on java) and mobile app for iOS.
For implementation flow invite friends to application i need to use deep link.
Flow must be following:
From server I send email with deep link and token
User open email with link and click
Download app from store and sign up on application with token from link.
How I can generate link with token on server for application?
Maybe it bad flow, please correct me.
Thanks.
This is known as 'deferred deep linking'. It's complicated to build — I don't recommend trying to do it yourself. Take a look at free services like Branch.io (full disclosure: I'm on the Branch team) or Firebase Dynamic Links.
Is it possible to implement deep linking with wechat API ? I am using wechat API to share some content through WeChat sharing. I have registered my app with wechat and can authenticate users. How would I be able to open my app from Wechat on clicking on that Link? I tried to send the myapp:// as link but wechat does not open my app the safari or facebook does.
Wechat seems to actively prevent deep linking to most external applications. I suspect this is a strategy to prevent sites from using Wechat as a channel to bring users into competing applications.
There are a couple of things that you could try: If your audience is in China, then hosting your app on app.qq.com (which is a Tencent property) will either take you on to the App Store for iOS, or install and run your app through the YingYongBao application on Android.
Take a look at the NikeRunClub service account for an example of this, (Left hand menu -> 必备APP下载)
A second approach is to link to a second page and instruct the user to open that page in their native browser. When the page is re-opened detect that the user agent is not "MicroMessenger" and then redirect to the your original protocol link.
Today I uploaded my app onto App Store and the support URL is no where to be found. Instead only my Marketing URL is used as the Developer Website on my app store page. So what's the point of having a Support URL if that's not found on my app store page?
I would really prefer that Developer Website be my Support URL that has my official website instead of Marketing URL that has twitter account. How do I fix this?