You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for this plugin! I have followed all the installation steps (with Fabric key, Twitter API key and Twitter Secret key), but my app is crashing when I try to do Twitter login(). Below is the stack trace:
Fatal Exception: java.lang.IllegalStateException: Must start Twitter Kit with Fabric.with() first
at com.twitter.sdk.android.Twitter.checkInitialized(Twitter.java:43)
at com.twitter.sdk.android.Twitter.logIn(Twitter.java:87)
at com.manifestwebdesign.twitterconnect.TwitterConnect$1.run(TwitterConnect.java:99)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:762)
I'd appreciate any help as I'm waiting on this to push my app to the stores. Thanks.
The text was updated successfully, but these errors were encountered:
Newest twitterkit does not use fabric at all, try this version of the plugin:
It has the LATEST twitterkit sdks both for android and ios and fixes the various bugs existing in the other versions of this plugin. Also added info about some gotchas and important things to pay attention to in the readme. Enjoy: https://github.com/guylando/twitterkit3-plugin
Tested and works in latest ios and android
First off, thanks for this plugin! I have followed all the installation steps (with Fabric key, Twitter API key and Twitter Secret key), but my app is crashing when I try to do Twitter login(). Below is the stack trace:
Fatal Exception: java.lang.IllegalStateException: Must start Twitter Kit with Fabric.with() first
at com.twitter.sdk.android.Twitter.checkInitialized(Twitter.java:43)
at com.twitter.sdk.android.Twitter.logIn(Twitter.java:87)
at com.manifestwebdesign.twitterconnect.TwitterConnect$1.run(TwitterConnect.java:99)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:762)
I'd appreciate any help as I'm waiting on this to push my app to the stores. Thanks.
The text was updated successfully, but these errors were encountered: