Reputation: 3575
How do I deal with a user who clicks 'Don't Allow' when first prompted 'Example Would Like Access to Twitter Accounts' ?
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
Reputation: 10633
You can use [TWTweetComposeViewController canSendTweet]. If this returns NO, direct the user to their account page.
Upvotes: 1