Jump to content
  • Status: Fixed
  • Priority: Critical
  • Resolution: Fixed
  • Platform: Android
  • Affects version: 1.14.4.0

Добрый день!

При приеме устройством с Android12 PUSH-уведомления, приложение "сыпется", вызывая ошибку библиотеки Firebase (лог из Android Studio во вложении).

Проблема не в FGX, но надеюсь на решение этой проблемы здесь: уведомления - неотъемлемая часть подавляющего больниства проектов

crash.txt


Fix version: 1.14.6.0

User Feedback

Recommended Comments

Stas

Members

Migrate from Android 11 (API level 30) to Android 12 (API level 31)

Security and Permissions

Bluetooth: You must replace declarations for the BLUETOOTH and BLUETOOTH_ADMIN permissions with BLUETOOTH_SCAN, BLUETOOTH_ADVERTISE, or BLUETOOTH_CONNECT permissions. You no longer need to make LOCATION runtime permission requests for Bluetooth operations.

Location: Users can request apps to retrieve only approximate location information. You must request the ACCESS_COARSE_LOCATION permission any time you request ACCESS_FINE_LOCATION.

Intent filters: If your app contains activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported attribute for these components.

Hibernation: Apps may be put into hibernation mode if they are not used over a period of time. In hibernation mode your app's runtime permissions and cache are reset, and you can't run jobs or alerts. You can check your app’s hibernation status.

Pending intent mutability: You must specify the mutability of each PendingIntent object that your app creates.

  • Administrators

Изменено Статус на Fixed

Изменено Резолюция на Fixed

Изменено Версия с исправлением на 1.14.6.0

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.