Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter login exception iOS #27

Open
DesortsSolution opened this issue Nov 11, 2019 · 5 comments
Open

Twitter login exception iOS #27

DesortsSolution opened this issue Nov 11, 2019 · 5 comments

Comments

@DesortsSolution
Copy link

DesortsSolution commented Nov 11, 2019

It's working with Android but i get a trouble when login with iOS.

 `<key>CFBundleURLTypes</key>
  <array>
  <dict>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleURLSchemes</key>
       <array>
        <string>twitterkit-mmjB8lbQe3wsBhx*********></string>
      </array>
     </dict>
    <dict>
     <key>CFBundleTypeRole</key>
     <string>Editor</string>
     <key>CFBundleURLSchemes</key>
     <array>
        <string>fb26143136******</string>
     </array>
   </dict>
   <dict>
    <key>CFBundleTypeRole</key>
    <string>Editor</string>
    <key>CFBundleURLSchemes</key>
     <array>
        <string>com.googleusercontent.apps.433638145101-40qg2d9uiq4v5t*********</string>
      </array>
      </dict>

</array>

<key>LSApplicationQueriesSchemes</key>
<array>
     <string>twitter</string>
    <string>twitterauth</string>
    <string>fbapi</string>
    <string>fb-messenger-share-api</string>
    <string>fbauth2</string>
    <string>fbshareextension</string>

</array>`

Exception.........

 (
0   CoreFoundation      0x00007fff23baa1ee       __exceptionPreprocess + 350
1   libobjc.A.dylib          0x00007fff50864b20    objc_exception_throw + 48
2   CoreFoundation      0x00007fff23baa02c +[NSException raise:format:] + 188
3   TwitterKit                 0x0000000106df38ad -[TWTRTwitter logInWithViewController:completion:] + 649
4   Runner          0x00000001023ded4d -[TwitterLoginPlugin authorize:] + 205
5   Runner         0x00000001023de83f -[TwitterLoginPlugin handleMethodCall:result:] + 335
6   Flutter       0x0000000104d0d4fd __45-[FlutterMethodChannel setMethodCallHandler:]<…>

Lost connection to device.

@willladislaw
Copy link

find a solution?

@EmmanuelAmodu
Copy link

So many issues on this package is it still active, I have spend 2 day still no solution.

@jbcaveman
Copy link

There is additional configuration required in the Info.plist for iOS.
https://stackoverflow.com/questions/44651236/twitterkit-3-0-twtrinvalidinitializationexception-error-in-ios

@jerald-jacob
Copy link

So many issues on this package is it still active, I have spend 2 day still no solution.

me too

@huongntse
Copy link

i have intall app twitter when login twitter app open app twitter but open webview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants