I have successfully integrated Twitter Sharekit with my iPad application source. When I tested the app on simulator and iPad 1 with iOS 4.X it was working perfect and tweets were successfully posted. But the same package if I install on iPad 2 with iOS 5, tweet can't be posted and it just shows Authorize app message continuously. I can't find any other issue with this.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- back button text does not change
相关文章
- 现在使用swift开发ios应用好还是swift?
- Could I create “Call” button in HTML 5 IPhone appl
- TCC __TCCAccessRequest_block_invoke
- xcode 4 garbage collection removed?
- Unable to process app at this time due to a genera
- How can I add media attachments to my push notific
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
Use the native Twitter available with the iOS 5 to integrate twitter. On one hand the UI is fabulous and on the other you will not have any problem using SharKit. Though I must tell you ShareKit is the best option for iOS versions below 5.
To use native Twitter integration do the following. Add these statements to the your class after including the necessary frameworks
Please note that when adding the Framework for Twitter and Accounts make sure they are set as optional.
And then in you share method use the lines
Hope this helps.