Closed alpeshshiyal closed 1 year ago
@alpeshshiyal try removing
<key>CFBundleTypeRole</key>
<string>Editor</string>
from
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb853439342016798</string>
<string>com.googleusercontent.apps.412823237422-pf5dr3f75n6r201u24ocioin54u3cseq</string>
<string>paytmMID</string>
<string>com.inspireui.mstore.flutter</string>
</array>
</dict>
</array>
Still getting same error after applying above change in [info.plist file
look at this screenshot below
you have a custom AppDelegate.swift and it seems you are overriding the func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool { ... }
For more info check
https://github.com/darwin-morocho/flutter-facebook-auth/issues/261
https://github.com/darwin-morocho/flutter-facebook-auth/issues/6
What version are you using?
flutter_facebook_auth:4.4.1
What OS and version are you using to local deploy your application?
maOS 12.6
What platforms are you seeing the problem on?
iOS
pubspec.yaml
Describe the Bug
App crashes while running on iOS device and getting following error in console
Expected Behavior
App not running only getting white screen
To Reproduce
run application on iOS device using flutter_facebook_auth : 4.4.1 and facebook_app_events: ^0.17.1
Relevant log output
No response
flutter doctor -v
Info.plist (iOS)
Podfile (iOS)
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response