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

which version of firebasex plugin uses wkwebview instead of uiwebview #392

Closed
yuanzuo opened this issue May 12, 2020 · 3 comments
Closed

Comments

@yuanzuo
Copy link

yuanzuo commented May 12, 2020

I got this message from Apple when using firebase plugin 2.0.5:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

after I removed the firebase plugin, I don't get warning from Apple.

Which version of firebaseX can I use w/o getting warning from Apple?

my environment:
cordova: 9.0
cordova-ios: 5.1.1

Thanks!

@GuilhermeSanches
Copy link

GuilhermeSanches commented May 12, 2020

i'm using plugin version "cordova-plugin-firebasex": "^8.1.0" and i just uploaded a new app without depreciation notice..

Don't forget these items below

Use "cordova-ios": "^5.1.1"
Add <preference name="WKWebViewOnly" value="true" /> to your config.xml file.

@dpa99c
Copy link
Owner

dpa99c commented May 12, 2020

Updating to the latest version of this plugin updates to Firebase SDK components that no longer contain references to UIWebView

@dpa99c dpa99c closed this as completed May 12, 2020
@jarvis-smartdrop
Copy link

jarvis-smartdrop commented Nov 25, 2020

I am using "cordova-plugin-firebasex": "^11.0.1" and after running grep -r "UIWebView" . to scan for UIWebView in my project, it still shows a list of results:

Binary file ./build/emulator/GTMSessionFetcher.framework.dSYM/Contents/Resources/DWARF/GTMSessionFetcher matches
Binary file ./build/emulator/Protobuf.framework.dSYM/Contents/Resources/DWARF/Protobuf matches
Binary file ./build/emulator/GoogleToolboxForMac.framework.dSYM/Contents/Resources/DWARF/GoogleToolboxForMac matches
Binary file ./build/emulator/GoogleUtilities.framework.dSYM/Contents/Resources/DWARF/GoogleUtilities matches
Binary file ./build/emulator/AppAuth.framework.dSYM/Contents/Resources/DWARF/AppAuth matches
Binary file ./build/emulator/GTMAppAuth.framework.dSYM/Contents/Resources/DWARF/GTMAppAuth matches

Although Apple has delay the restriction of UIWebView, may I know if the above files would affect the app submission in future?

Here's my Podfile.lock

PODS:
  - AppAuth (1.4.0):
    - AppAuth/Core (= 1.4.0)
    - AppAuth/ExternalUserAgent (= 1.4.0)
  - AppAuth/Core (1.4.0)
  - AppAuth/ExternalUserAgent (1.4.0)
  - Firebase/Analytics (6.32.2):
    - Firebase/Core
  - Firebase/Auth (6.32.2):
    - Firebase/CoreOnly
    - FirebaseAuth (~> 6.9.1)
  - Firebase/Core (6.32.2):
    - Firebase/CoreOnly
    - FirebaseAnalytics (= 6.8.2)
  - Firebase/CoreOnly (6.32.2):
    - FirebaseCore (= 6.10.2)
  - Firebase/Crashlytics (6.32.2):
    - Firebase/CoreOnly
    - FirebaseCrashlytics (~> 4.6.0)
  - Firebase/DynamicLinks (6.32.2):
    - Firebase/CoreOnly
    - FirebaseDynamicLinks (~> 4.3.0)
  - Firebase/InAppMessaging (6.32.2):
    - Firebase/CoreOnly
    - FirebaseInAppMessaging (~> 0.24.0)
  - Firebase/Messaging (6.32.2):
    - Firebase/CoreOnly
    - FirebaseMessaging (~> 4.6.2)
  - Firebase/Performance (6.32.2):
    - Firebase/CoreOnly
    - FirebasePerformance (~> 3.3.0)
  - Firebase/RemoteConfig (6.32.2):
    - Firebase/CoreOnly
    - FirebaseRemoteConfig (~> 4.9.0)
  - FirebaseABTesting (4.2.0):
    - FirebaseCore (~> 6.10)
  - FirebaseAnalytics (6.8.2):
    - FirebaseCore (~> 6.10)
    - FirebaseInstallations (~> 1.6)
    - GoogleAppMeasurement (= 6.8.2)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.7)
    - GoogleUtilities/MethodSwizzler (~> 6.7)
    - GoogleUtilities/Network (~> 6.7)
    - "GoogleUtilities/NSData+zlib (~> 6.7)"
    - nanopb (~> 1.30906.0)
  - FirebaseAuth (6.9.2):
    - FirebaseCore (~> 6.10)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.7)
    - GoogleUtilities/Environment (~> 6.7)
    - GTMSessionFetcher/Core (~> 1.1)
  - FirebaseCore (6.10.2):
    - FirebaseCoreDiagnostics (~> 1.6)
    - GoogleUtilities/Environment (~> 6.7)
    - GoogleUtilities/Logger (~> 6.7)
  - FirebaseCoreDiagnostics (1.7.0):
    - GoogleDataTransport (~> 7.4)
    - GoogleUtilities/Environment (~> 6.7)
    - GoogleUtilities/Logger (~> 6.7)
    - nanopb (~> 1.30906.0)
  - FirebaseCrashlytics (4.6.2):
    - FirebaseCore (~> 6.10)
    - FirebaseInstallations (~> 1.6)
    - GoogleDataTransport (~> 7.2)
    - nanopb (~> 1.30906.0)
    - PromisesObjC (~> 1.2)
  - FirebaseDynamicLinks (4.3.1):
    - FirebaseCore (~> 6.10)
  - FirebaseFirestore (1.17.1)
  - FirebaseInAppMessaging (0.24.0):
    - FirebaseABTesting (~> 4.2)
    - FirebaseCore (~> 6.10)
    - FirebaseInstallations (~> 1.6)
    - GoogleUtilities/Environment (~> 6.7)
    - nanopb (~> 1.30906.0)
  - FirebaseInstallations (1.7.0):
    - FirebaseCore (~> 6.10)
    - GoogleUtilities/Environment (~> 6.7)
    - GoogleUtilities/UserDefaults (~> 6.7)
    - PromisesObjC (~> 1.2)
  - FirebaseInstanceID (4.8.0):
    - FirebaseCore (~> 6.10)
    - FirebaseInstallations (~> 1.6)
    - GoogleUtilities/Environment (~> 6.7)
    - GoogleUtilities/UserDefaults (~> 6.7)
  - FirebaseMessaging (4.6.2):
    - FirebaseCore (~> 6.10)
    - FirebaseInstanceID (~> 4.6)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.7)
    - GoogleUtilities/Environment (~> 6.7)
    - GoogleUtilities/Reachability (~> 6.7)
    - GoogleUtilities/UserDefaults (~> 6.7)
    - Protobuf (>= 3.9.2, ~> 3.9)
  - FirebasePerformance (3.3.1):
    - FirebaseCore (~> 6.9)
    - FirebaseInstallations (~> 1.5)
    - FirebaseRemoteConfig (~> 4.7)
    - GoogleDataTransport (~> 7.0)
    - GoogleToolboxForMac/Logger (~> 2.1)
    - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
    - GoogleUtilities/Environment (~> 6.2)
    - GoogleUtilities/ISASwizzler (~> 6.2)
    - GoogleUtilities/MethodSwizzler (~> 6.2)
    - GTMSessionFetcher/Core (~> 1.1)
    - Protobuf (~> 3.12)
  - FirebaseRemoteConfig (4.9.1):
    - FirebaseABTesting (~> 4.2)
    - FirebaseCore (~> 6.10)
    - FirebaseInstallations (~> 1.6)
    - GoogleUtilities/Environment (~> 6.7)
    - "GoogleUtilities/NSData+zlib (~> 6.7)"
  - GoogleAnalytics (3.17.0)
  - GoogleAppMeasurement (6.8.2):
    - GoogleUtilities/AppDelegateSwizzler (~> 6.7)
    - GoogleUtilities/MethodSwizzler (~> 6.7)
    - GoogleUtilities/Network (~> 6.7)
    - "GoogleUtilities/NSData+zlib (~> 6.7)"
    - nanopb (~> 1.30906.0)
  - GoogleDataTransport (7.5.1):
    - nanopb (~> 1.30906.0)
  - GoogleSignIn (5.0.2):
    - AppAuth (~> 1.2)
    - GTMAppAuth (~> 1.0)
    - GTMSessionFetcher/Core (~> 1.1)
  - GoogleSymbolUtilities (1.1.2)
  - GoogleTagManager (7.1.4):
    - FirebaseAnalytics (~> 6.7)
    - GoogleAnalytics (~> 3.17)
    - GoogleUtilitiesLegacy (~> 1.3)
  - GoogleToolboxForMac/Defines (2.2.2)
  - GoogleToolboxForMac/Logger (2.2.2):
    - GoogleToolboxForMac/Defines (= 2.2.2)
  - "GoogleToolboxForMac/NSData+zlib (2.2.2)":
    - GoogleToolboxForMac/Defines (= 2.2.2)
  - GoogleUtilities/AppDelegateSwizzler (6.7.2):
    - GoogleUtilities/Environment
    - GoogleUtilities/Logger
    - GoogleUtilities/Network
  - GoogleUtilities/Environment (6.7.2):
    - PromisesObjC (~> 1.2)
  - GoogleUtilities/ISASwizzler (6.7.2)
  - GoogleUtilities/Logger (6.7.2):
    - GoogleUtilities/Environment
  - GoogleUtilities/MethodSwizzler (6.7.2):
    - GoogleUtilities/Logger
  - GoogleUtilities/Network (6.7.2):
    - GoogleUtilities/Logger
    - "GoogleUtilities/NSData+zlib"
    - GoogleUtilities/Reachability
  - "GoogleUtilities/NSData+zlib (6.7.2)"
  - GoogleUtilities/Reachability (6.7.2):
    - GoogleUtilities/Logger
  - GoogleUtilities/UserDefaults (6.7.2):
    - GoogleUtilities/Logger
  - GoogleUtilitiesLegacy (1.3.2):
    - GoogleSymbolUtilities (~> 1.1)
  - GTMAppAuth (1.1.0):
    - AppAuth/Core (~> 1.4)
    - GTMSessionFetcher (~> 1.4)
  - GTMSessionFetcher (1.4.0):
    - GTMSessionFetcher/Full (= 1.4.0)
  - GTMSessionFetcher/Core (1.4.0)
  - GTMSessionFetcher/Full (1.4.0):
    - GTMSessionFetcher/Core (= 1.4.0)
  - nanopb (1.30906.0):
    - nanopb/decode (= 1.30906.0)
    - nanopb/encode (= 1.30906.0)
  - nanopb/decode (1.30906.0)
  - nanopb/encode (1.30906.0)
  - PromisesObjC (1.2.11)
  - Protobuf (3.13.0)

DEPENDENCIES:
  - Firebase/Analytics (~> 6.32.2)
  - Firebase/Auth (= 6.32.2)
  - Firebase/Core (= 6.32.2)
  - Firebase/Crashlytics (= 6.32.2)
  - Firebase/DynamicLinks (~> 6.32.2)
  - Firebase/InAppMessaging (= 6.32.2)
  - Firebase/Messaging (= 6.32.2)
  - Firebase/Performance (= 6.32.2)
  - Firebase/RemoteConfig (= 6.32.2)
  - FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `6.32.2`)
  - GoogleSignIn (= 5.0.2)
  - GoogleTagManager (= 7.1.4)

COCOAPODS: 1.10.0

Thanks for helping.

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

4 participants