Skip to content

fix(ios): migrate Expo app delegate integration to FBSDK v17 methods#2

Open
LukasB-DEV wants to merge 1 commit intomasterfrom
fix-ios-build-error-for-react-native-fbsdk-next
Open

fix(ios): migrate Expo app delegate integration to FBSDK v17 methods#2
LukasB-DEV wants to merge 1 commit intomasterfrom
fix-ios-build-error-for-react-native-fbsdk-next

Conversation

@LukasB-DEV
Copy link
Copy Markdown
Owner

Motivation

  • iOS-Builds schlagen fehl, weil FacebookAppDelegate alte ApplicationDelegate-APIs verwendet, die in Facebook iOS SDK v17 entfernt wurden, was zu Swift-Compile-Fehlern in Expo/React Native Projekten führt.

Description

  • Aktualisiert ios/ExpoAdapterFBSDKNext/FacebookAppDelegate.swift und ersetzt den Aufruf von ApplicationDelegate.shared.application(_:didFinishLaunchingWithOptions:) durch ApplicationDelegate.shared.initializeSDK() sowie das URL-Forwarding auf die aktuelle Signatur application(_:open:options:) (options:).

Testing

  • Es wurden keine automatisierten Tests im Repository ausgeführt.

Codex Task

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

Successfully merging this pull request may close these issues.

1 participant