daihovey
daihovey

Reputation: 3575

iOS Twitter account access

How do I deal with a user who clicks 'Don't Allow' when first prompted 'Example Would Like Access to Twitter Accounts' ?

Twitter popup

Is it only possible to give them a popup explaining that they now have to go into the Settings and allow access to the app?

Upvotes: 1

Views: 424

Answers (1)

Paul de Lange
Paul de Lange

Reputation: 10633

You can use [TWTweetComposeViewController canSendTweet]. If this returns NO, direct the user to their account page.

Upvotes: 1

Related Questions