android 无法在Flutter应用程序中的Play Store上安装应用程序消息

pcww981p  于 2022-12-21  发布在  Android
关注(0)|答案(1)|浏览(161)

我最近发布了一个更新(版本xx(xidox. x))在播放商店的Myapp上。我收到一条错误信息(无法安装Myapp)请检查附加的屏幕截图。当用户尝试更新应用程序,但是,初始安装(如果用户卸载现有应用并重新安装应用)运行正常,在我的应用中,我写了一个程序,当我们在Play商店有更高版本可用时通知我们的用户,这个功能会将用户重定向到应用商店安装更新,工作正常,在这个版本发布之前,用户能够安装更新。我已经尝试了建议的选项,如清除Play商店的缓存和允许更新所有网络上的应用程序等。希望您提供指导以解决此问题。

我的pubspec.yaml

name: xxx
description: A new Flutter application.

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.9.0+21

environment:
  sdk: '>=2.12.0 <3.0.0'

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:

    sdk: flutter
  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.4
  http: ^0.13.4
  #firebase_core_platform_interface: 4.5.2 # note removed ^
  firebase_messaging: ^14.1.4 # previously I only had this which was pulling in 4.5.2 which you do not want
  firebase_core: ^2.4.0
  sqflite: ^2.0.2
  path_provider: ^2.0.9
  device_info: ^2.0.3
  mime_type: ^1.0.0
  expandable: ^5.0.1
  permission_handler: ^9.2.0
  connectivity: ^3.0.6
  shared_preferences: ^2.0.13
  datetime_picker_formfield: ^2.0.0
  intl: ^0.17.0
  flutter_speed_dial: ^5.0.0+1
  camera: ^0.9.7+1
  fluttertoast: ^8.0.8
  video_player: ^2.2.10
  url_launcher: ^6.1.4
  file_picker: ^4.5.1
  image_picker: ^0.8.4+11
  share_plus: ^4.0.4
  quiver: ^3.0.1+1
  syncfusion_flutter_pdfviewer: ^19.4.50-beta
  sms_autofill: ^2.2.0
  flutter_native_image: ^0.0.6
  whatsapp_unilink: ^2.0.2
  smooth_star_rating_null_safety: ^1.0.4+2
  encrypt: ^5.0.1
  percent_indicator: 4.0.0
  paytm_allinonesdk: ^1.1.5
  google_maps_flutter: ^2.1.5
  package_info: ^2.0.2
  light_compressor: ^1.2.2
  firebase_remote_config: ^3.0.7
  flutter_html: ^2.2.1
  device_apps: ^2.2.0
  regexpattern: ^2.0.1
  eva_icons_flutter: ^3.1.0
  #dio: ^4.0.6
  http_client: ^1.5.1
  excel: ^2.0.0-null-safety-3
  footer: ^0.0.4
  #rxdart: ^0.27.5
  #hive_flutter: ^1.1.0
  cached_network_image: ^3.0.0
  #external_path: ^1.0.0
  #file_selector: ^0.9.2
  flutter_exif_rotation: ^0.5.1
  visibility_detector: ^0.3.3


  #equatable: ^2.0.3
  #flutter_bloc: ^8.0.1
  #formz: ^0.4.0
  #async: ^2.8.2
  #date_time_picker: ^2.1.0
  flutter_local_notifications: ^12.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

  # To add assets to your application, add an assets section, like this:
  assets:
    - assets/logo_new.png
    - assets/
    #    - assets/logo_xtra_trust.png
    - assets/XTRANET_CPS_Ver4.0.0_signed.pdf
    - assets/subscriber_agreement.pdf
    - assets/subscriber_agreement_hindi.pdf

  # An image asset can refer to one or more resolution-specific "variants", see
  # https://flutter.dev/assets-and-images/#resolution-aware.

  # For details regarding adding assets from package dependencies, see
  # https://flutter.dev/assets-and-images/#from-packages

  # To add custom fonts to your application, add a fonts section here,
  # in this "flutter" section. Each entry in this list should have a
  # "family" key with the font family name, and a "fonts" key with a
  # list giving the asset and other descriptors for the font. For
  # example:
  fonts:
    - family: Poppins
      fonts:
        - asset: fonts/poppins_regular.ttf
368yc8dk

368yc8dk1#

  • 请安装旧版本的应用程序
  • 在此之后请观看链接的视频步骤并应用那些步骤.你的问题将被解决,但我的建议是,同时观看步骤并应用步骤一个接一个并连续点击更新按钮.这就是为什么你的问题被解决,你将知道你的应用程序被卡住的地方

链接:- https://www.google.com/search?q=谷歌+Play+商店+显示+更新+按钮+但是+应用程序+无法显示+更新&rlz=1C1JJTC_enIN988IN988&oq=谷歌+Play+商店+显示+更新+按钮+但是+应用程序+无法显示+更新&aqs= chrome ..69i57j69i64.13673j0j7&sourceid =chrome&ie=UTF-8#fpstate=ive&vld=cid:3e 3f 7763,vid:k7 rff 10 D1 F4

相关问题