branch.io

Deeplinking in Samsung Messaging App with Built In Browser

 ̄綄美尐妖づ 提交于 2019-11-29 13:56:05
I'm using branch.io for deeplinking in my app and so far everything has been perfect except for our Galaxy S7 edge running the native Samsung Messages app. The new Samsung Messages app now opens links in a webview in the messaging app instead of opening it externally. So since it's opening the link in the messaging app's internal webview instead of chrome or internet app the deeplink is not working. Has anyone else seen this issue and have come up with a way to fix it? a Branch colleague of mine just looked into this. He found that links do not redirect properly when utilizing URI based deep

“Safari cannot open the page because the address is invalid” appearing when accessing Branch link with app uninstalled

你。 提交于 2019-11-29 08:44:45
问题 I'm integrating an app with Branch.io and encountered an issue in Safari (I've tested this on iOS 11, but the issue might be appearing on other versions as well). Basically, if I have my app installed and open a quick link in either Safari or Chrome, everything works fine and I get a prompt to open the link in the app. However, if I uninstall the app and tap on the link in Safari I get the following message: When I tap the OK button, I get a prompt to open the Appstore which is the desired

Deeplinking in Samsung Messaging App with Built In Browser

我只是一个虾纸丫 提交于 2019-11-28 07:37:27
问题 I'm using branch.io for deeplinking in my app and so far everything has been perfect except for our Galaxy S7 edge running the native Samsung Messages app. The new Samsung Messages app now opens links in a webview in the messaging app instead of opening it externally. So since it's opening the link in the messaging app's internal webview instead of chrome or internet app the deeplink is not working. Has anyone else seen this issue and have come up with a way to fix it? 回答1: a Branch colleague

SSLError: sslv3 alert handshake failure

谁说胖子不能爱 提交于 2019-11-27 12:40:57
I'm making the following call to branch.io import requests req = requests.get('https://bnc.lt/m/H3XKyKB3Tq', verify=False) It works fine in my local machine but fails in the server. SSLError: [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Openssl versions: local: OpenSSL 0.9.8zg 14 July 2015 server: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Python : local: 2.7.10 server: 2.7.6 Branch io server connection : Chrome verified that DigiCert SHA2 Secure Server CA issued this website's certificate. The server did not supply any Certificate

SSLError: sslv3 alert handshake failure

扶醉桌前 提交于 2019-11-26 18:13:05
问题 I'm making the following call to branch.io import requests req = requests.get('https://bnc.lt/m/H3XKyKB3Tq', verify=False) It works fine in my local machine but fails in the server. SSLError: [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Openssl versions: local: OpenSSL 0.9.8zg 14 July 2015 server: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Python : local: 2.7.10 server: 2.7.6 Branch io server connection : Chrome verified that DigiCert SHA2