티스토리 뷰
728x90
반응형
FCM 오류:
Xamarin Forms: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent
Nuget 설치:
Xamarin.AndroidX.Lifecycle.LiveData
Xamarin.AndroidX.Work.Runtime
변경전: var pendingIntent = PendingIntent.GetActivity(this, AdnroidNotification.NOTIFICATION_ID, intent, PendingIntentFlags.OneShot);
변경후:
var pendingIntent = PendingIntent.GetActivity(this, AdnroidNotification.NOTIFICATION_ID, intent, PendingIntentFlags.Immutable);
반응형
'Xamarin' 카테고리의 다른 글
Visual Studio 애플스토어 앱게시 Test Flight 외부테스트 (0) | 2022.02.22 |
---|---|
Xamarin.Android 배포 (0) | 2021.10.22 |
The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' (0) | 2021.10.22 |
Xamarin.Android ssl connection could not be established see inner exception (2) | 2021.10.02 |
Xamarin.Forms tabbed page change tab programmatically (2) | 2021.07.26 |
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Xamarin SMS OTP Send
- Linux SSH Multi Computer Join
- Xamarin.Ios Firebase Phone SMS OTP Send
- FileStream Add Byte
- GetCellContent CheckBox Value
- 서버 수준의 URN 필터
- ssl_client_socket_impl.cc
- Xamarin Firebase Phone User Add
- Label Text LineBreak in Xaml
- Xamarin.Ios Firebase Phone User Add
- Xamarin Firebase Phone Auth
- Windows IIS FTP 디렉토리 목록 오류
- 연산자 뒤에 피연산자가 없습니다.
- SkiaSharp
- Embeded 한글Font적용
- C# LINQ Left join
- Xamarin.Forms
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- ClickOnce 인증서 인증기간 변경
- c# Encrypt / Decrypt
- Entry '' has empty native path
- WPF Scrollviewer in ScrollViwer
- 암호 마스터키
- Microcharts
- Xamarin reCAPTCHA
- WPF Datagrid Cell Value Change
- WPF Textbox
- Xamarin.Ios Firebase Phone Auth
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함