Questions tagged [twitterkit]

Twitter Kit is a set of SDKs for iOS and Android SDK for displaying Tweets, authorizing Twitter users, and working with the Twitter API.

Twitter Kit is a set of SDKs for iOS and Android for displaying Tweets, authorizing Twitter users, and working with the Twitter API.

108 questions
1
vote
2 answers

How to subclass TWTRTweetTableViewCell in Swift Twitterkit?

I am trying to find out if it is possible to subclass TWTRTweetTableViewCell from the TwitterKit library. So far I have my custom cell class inherit from TWTRTweetTableViewCell. The xib has a UIView in it which has an outlet to the cell class and…
Anjan Biswas
  • 7,746
  • 5
  • 47
  • 77
1
vote
1 answer

twitterKit Login completion block is never executed

I'm trying to post some content to twitter from my app, and since iOs 11 unfortunately the old way don't work anymore so I'm implementing twitterKit and finding some spikes. When I don't have the app installed, it runs the completion block below,…
Alfro
  • 1,524
  • 2
  • 21
  • 37
1
vote
1 answer

Twitter kit iOS - No such file or directory

After doing a pod update command to update all of the pods in my project I am getting the following error for the Twitter kit: /Users/user/iOS/Apps/myApp/Pods/TwitterKit/TwitterKit.framework/Versions/A/Resources/TwitterKitResources.bundle: No such…
user8193429
1
vote
1 answer

Twitter Kit RestAPI does not support IPv6? - Rejected from Apple

My app is rejected due to not supporting IPv6 network support. Here is message from Apple: We discovered one or more bugs in your app when reviewed on iPhone running iOS 11 on Wi-Fi connected to an IPv6 network. Submitting a Tweet through the app…
Daniel
  • 507
  • 6
  • 22
1
vote
0 answers

Android Twitter kit home timeline optional parameter issue

I am consuming few apis from TwitterKit. I want to fetch home timeline of user where user will see list of tweets from his follower. If we check the api documentation for home timeline, the parameters are optional. Now twitter kit provides all…
Hardik Trivedi
  • 5,677
  • 5
  • 31
  • 51
1
vote
1 answer

Cannot compose tweets with Twitter Kit 3

I followed instruction from https://dev.twitter.com/twitterkit/ios/compose-tweets to compose tweets via my Object C app for iOS 11 // Objective-C TWTRComposer *composer = [[TWTRComposer alloc] init]; [composer setText:@"just setting up my Twitter…
Huong Tran
  • 11
  • 5
1
vote
1 answer

Twitterkit present a new viewcontroller instead present on a target viewController

Im using TwiterKit 3.0 framwork. And im using Deeplink to share a tweet for my application. But the problem is its presenting a new viewController and shows the twitter dialogue box. But my requirement is need to share like in Photos app sharing…
Sarath
  • 343
  • 3
  • 12
1
vote
0 answers

How do I preselect the service that will be chosen in a UIActivityViewController?

I am wondering how Dolly (iOS app) does this. If I select the Twitter icon in the first screenshot, the view in the second screen appears immediately. That second screenshot is what is presented after you typically click the Twitter service from…
1
vote
0 answers

Swift : Twitter Kit Shares Image from Video instead of actual Video

I implemented the Twitter Kit SDK and followed all their instructions to share a video to Twitter. Here is the code I have: func shareToTwitter(){ var composer : TWTRComposerViewController? composer =…
OriginalAlchemist
  • 391
  • 1
  • 7
  • 28
1
vote
0 answers

TwitterKit 3.0.4 - ITMS-90535: Unexpected CFBundleExecutable Key

Since I updated to TwitterKit 3.0.4 I started receiving the following error once I try to upload my app to iTunes Connect. [Transporter Error Output]: ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at …
Felipe Plets
  • 7,230
  • 3
  • 36
  • 60
1
vote
0 answers

Getting "No such module" error after running POD LIB LINT

I'm trying to create a POD but when I run pod lib lint or pod spec lint, I get the next output: `XXXXXX/LoginService/LoginService.swift:10:8: error: no such module 'TwitterKit' import TwitterKit ^ ** BUILD FAILED ** The following build…
1
vote
1 answer

Twitterkit 3.0 'TWTRInvalidInitializationException' error in ios

I had used fabric with no issue but since new twitterkit 3.0 update I followed all the installation document but when I use TWTRComposer I get app crash with folowing message: "'TWTRInvalidInitializationException', reason: 'Attempt made to Log in or…
Samin
  • 275
  • 5
  • 13
1
vote
1 answer

TwitterKit 3.0 and TWTRLoginMethod

So TwitterKit updated to 3.0 and TWTRLoginMethod / Twitter accounts registered in iOS settings seems to be gone. Are there any news about this, anywhere? It looks like the only option is to use web/Twitter app login, which is a clear step down in…
Jonny
  • 15,955
  • 18
  • 111
  • 232
0
votes
0 answers

Twitter signup issue android sdk

I'm using https://github.com/twitter-archive/twitter-kit-android for authentication by twitter in android, but I have an issue when the Twitter android app is not installed on the device, and pressing signup instead of login, this message…
M.SH
  • 357
  • 2
  • 8
  • 22
0
votes
0 answers

login twitter account in android app with twitter kit

I'm making an android app using Java as a language. The idea of ​​this app is to be able to log me in with my twitter account and be able to get the name, email and image of the account which should be shown in a kind of user profile in the app In…
Mauricio
  • 1
  • 4