0

I have implemented to tweet by default ios sdk using SLComposeViewController ,

But In twitter , Its Shows via iOS by default, How I can set my Appname, that it will show "via [MyAppName]" in twitter

I have already create app with same name of ios app in twitter and its only 5 character name, My App is live on app store. Still It doesn't show via[My App name]

Please give feedback of any other suggestion or any idea you have.

Kiran Patel
  • 944
  • 10
  • 16
  • do check the following ,might it helps. http://stackoverflow.com/questions/12503287/tutorial-for-slcomposeviewcontroller-sharing – Shekhu Feb 20 '14 at 12:29

1 Answers1

0

I don't think you can do that using SLComposeViewController.

You'll need to have registered an "application" (AKA obtain an API key) on dev.twitter.com to use custom name in "via [MyAppName]" on Twitter.

After that, you can create your own custom view to post to Twitter.

Salavat Khanov
  • 4,100
  • 2
  • 15
  • 27