티스토리 뷰
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 reCAPTCHA
- Windows IIS FTP 디렉토리 목록 오류
- WPF Datagrid Cell Value Change
- WPF Scrollviewer in ScrollViwer
- Entry '' has empty native path
- Label Text LineBreak in Xaml
- WPF Textbox
- Xamarin.Forms
- ssl_client_socket_impl.cc
- Xamarin Firebase Phone User Add
- Microcharts
- Xamarin Firebase Phone Auth
- Embeded 한글Font적용
- Xamarin.Ios Firebase Phone Auth
- FileStream Add Byte
- Xamarin.Ios Firebase Phone SMS OTP Send
- Xamarin SMS OTP Send
- 암호 마스터키
- SkiaSharp
- Xamarin.Ios Firebase Phone User Add
- 연산자 뒤에 피연산자가 없습니다.
- C# LINQ Left join
- Linux SSH Multi Computer Join
- ClickOnce 인증서 인증기간 변경
- 서버 수준의 URN 필터
- GetCellContent CheckBox Value
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- c# Encrypt / Decrypt
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함