appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

Error TMS-90809 IOS #27

Closed NaosFr closed 2 years ago

NaosFr commented 2 years ago

Hello, when I send the application to appstoreconnect I get this error:

TMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

I checked it comes from your package

Any idea thx 😇

bilalhamud commented 2 years ago

Hey @NicolasCELLA,

What package are you using?

NaosFr commented 2 years ago
dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter

  cupertino_icons: ^1.0.2 ## config++ ##

  # Firebase
  firebase_core: ^1.21.1

  # Notifications
  firebase_messaging: ^12.0.3 ## config++ ## downgrade ?????????????

  # Permissions
  permission_handler: ^10.1.0 ## config++ ##

  # Analytics
  firebase_analytics: ^9.3.3
  firebase_crashlytics: ^2.8.9 ## config++ ##
  amplitude_flutter: ^3.10.0

  # Widgets
  overlay_support: ^2.0.1

  # States & Storage
  get: ^4.6.5
  provider: ^6.0.3
  get_storage: ^2.0.3
  flutter_secure_storage: ^6.0.0

  # Internet
  dio: ^4.0.6
  dio_smart_retry: ^1.3.2
  socket_io_client: ^2.0.0
  connectivity_plus: ^2.3.6+1

  # Image & Svg & Flare & Rive
  rive: ^0.9.1
  octo_image: ^1.0.2
  image_picker: ^0.8.5+3
  image_cropper: ^3.0.0 ## config++ ##
  flutter_cache_manager: ^3.3.0
  cached_network_image: ^3.2.1
  flutter_image_compress: ^1.1.2
  flutter_svg: ^1.1.4

  # Phone & Contacts
  phone_number: ^1.0.0
  flutter_sms: ^2.3.3 ## config++ ##
  contacts_service: ^0.6.3 ## config++ ##

  # Streaming
  spotify: ^0.8.0

  # Audio
  just_audio: ^0.9.29

  # Utils
  uuid: ^3.0.6
  intl: ^0.17.0
  social_share: ^2.2.1
 appinio_social_share: ^0.1.1
  scroll_snap_list: ^0.9.1
  flutter_inappwebview: ^5.4.4+3
  diacritic: ^0.1.3
  http_parser: ^4.0.1
  path_provider: ^2.0.11
  easy_debounce: ^2.0.2+1
  in_app_review: ^2.0.4
  auto_size_text: ^3.0.0
  auto_size_text_field: ^2.1.0
  url_launcher: ^6.1.5 ## config++ ##
  app_settings: ^4.1.8
  share_plus: ^4.0.10+1
  flare_flutter:
    git:
      url: https://github.com/mdpe-ir/Flare-Flutter
      path: flare_flutter
      ref: stable
  package_info_plus: ^1.4.2
  vector_math: ^2.1.2
  flutter_keyboard_visibility: ^5.3.0

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^2.0.0

But when i remove appinio_social_share i doesn't have this problem 🤔

NaosFr commented 2 years ago

I use appinio_social_share 👍

NaosFr commented 2 years ago

I think the problem is from FBSDKCoreKit:

https://github.com/facebook/facebook-ios-sdk/issues/1993

bilalhamud commented 2 years ago

I managed to reproduce it and it is flutter 3 problem, which is solved with the latest version 3.3.4, so please run flutter upgrade and try again.

NaosFr commented 2 years ago

Always the same problem 🤔

Capture d’écran 2022-10-11 à 11 51 38
Flutter 3.3.4 • channel stable •
https://github.com/flutter/flutter.git
Framework • revision eb6d86ee27 (6
days ago) • 2022-10-04 22:31:45 -0700
Engine • revision c08d7d5efc
Tools • Dart 2.18.2 • DevTools 2.15.0
wuchuixu commented 2 years ago

Always the same problem 🤔

Capture d’écran 2022-10-11 à 11 51 38
Flutter 3.3.4 • channel stable •
https://github.com/flutter/flutter.git
Framework • revision eb6d86ee27 (6
days ago) • 2022-10-04 22:31:45 -0700
Engine • revision c08d7d5efc
Tools • Dart 2.18.2 • DevTools 2.15.0

+1

bilalhamud commented 2 years ago

I couldn't reproduce it, but I just updated FB SDK and this should fix the issue.

NaosFr commented 2 years ago

Same problem in appinio_social_share: ^0.1.3

wuchuixu commented 2 years ago

share_plus: ^4.0.10+1

Is there also a problem with this share_plus: ^4.0.10+1

wuchuixu commented 2 years ago

I think the problem is from TwitterKit: https://github.com/touren/twitter-kit-ios/issues/18 @bilalhammoud @NaosFr

bilalhamud commented 2 years ago

@wuchuixu just removed twitter sdk with version 0.1.4

NaosFr commented 2 years ago

An update ready soon ?