Open alexdelorenzo opened 6 years ago
I have the same problem here on real device and simulator IOS 11.4.1
[SOLVED] @thismachinechills go to your app setting in: https://apps.twitter.com/app In URLCallback just add the following urls: Android - twittersdk:// iOS -CONSUMERKEY://
Works for me on IOS simulator and real device
i get this error on iOS build
@mtellect I ran into the same issue. They need to update this package to include s.static_framework = true
inside their flutter_twitter_login.podspec file.
You can view the issue here: issue
I was able to fork this repo, make the change, and confirmed it worked.
I also opened a PR for this fix.
[SOLVED] @thismachinechills go to your app setting in: https://apps.twitter.com/app In URLCallback just add the following urls: Android - twittersdk:// iOS -CONSUMERKEY://
Works for me on IOS simulator and real device
Worked for me
go to your app setting in: https://apps.twitter.com/app In URLCallback just add the following urls: Android - twittersdk:// iOS -CONSUMERKEY://
iOS should be twitterkit-CONSUMERKEY://
After compiling and running the example application on the iOS 11.4 emulator, clicking the "Log In" button will fail with this error:
I've tried replacing the consumer key and secret with my own, and I receive the same error above.
Here's my
flutter doctor -v