You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
I am showing twitter view in a cell, when I tap the twitter view, if I have the native twitter app installed on the phone, it will then show a apple native popup "'XXX App Name' wants to open 'Twitter'" with two buttons "Cancel" and "Open". The problem is, no matter which button I press, it will redirect to "Twitter" native app.
Is this an issue from the SDK or my implementation? I have not implemented the delegate method: tweetView:(TWTRTweetView *)tweetView didTapTweet:(TWTRTweet *)tweet;. If I do, then the apple native pop up won't be showing.
The text was updated successfully, but these errors were encountered:
Ok, I have downloaded their source code and looking into it. And I drew a flow diagram to illustrate the issue.
As the diagram shows, the twitter SDK will try to call the deep link on tap first, if user taps "cancel" on the apple's default pop up, then the SDK will try the second attempt by calling universal link. This will cause the issue as I described in the question, which is even user taps on "cancel", my app still redirects to twitter app.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am showing twitter view in a cell, when I tap the twitter view, if I have the native twitter app installed on the phone, it will then show a apple native popup "'XXX App Name' wants to open 'Twitter'" with two buttons "Cancel" and "Open". The problem is, no matter which button I press, it will redirect to "Twitter" native app.
Is this an issue from the SDK or my implementation? I have not implemented the delegate method:
tweetView:(TWTRTweetView *)tweetView didTapTweet:(TWTRTweet *)tweet;
. If I do, then the apple native pop up won't be showing.The text was updated successfully, but these errors were encountered: