I want to add code to my iOS application, which encourages users to “follow” my Twitter channel Twitter after they use the program X times. However, I want it to be as simple as possible for the user. What are the best methods for programmatically tracking a Twitter channel? Right now, I have a link to my Twitter channel on the Help screen, but I want to make it more visible to the user and try to get more followers.
EDIT: To clarify, I already know how to pop up UIAlert after the user opens the application 1 time. I'm interested in friction-free ways to get the user to follow my Twitter feed. If possible, I would like users to not enter their username and password if they are already logged in to Twitter. Is it possible?
source share