본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (142)
    • Maui (7)
    • Xamarin (33)
    • WPF (47)
    • VBA (3)
    • C# WinForm (7)
    • ETC (41)
  • 방명록

Xamarin (33)
Xamarin Android Target version 31 FCM Error

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 = PendingInten..

Xamarin 2023. 3. 10. 14:02
Visual Studio 애플스토어 앱게시 Test Flight 외부테스트

애플스토어 앱게시 Test Flight 외부테스트 1. visual studio for mac Release 모드로 변경 2. iOS 휴대폰 연결 3. Exxxx.iOS에서 IOS빌드 > 플랫폼 IOS 4. 버전 변경 info.plist 에서 번들 버전 문자열, 번들 버전. 5. 게시를 위한 보관 ( 앱번들을 보관하는 중…) 6. Xcode Archive > unknown scheme 선택 버전 선택 7. Archive version 번호 선택 8. Distribute App 선택 9. App Store Connect 선택 10. upload 선택 11. Distribution certification = default Exxxx.iOS.app: Distribute _Wild_profile 12. Xco..

Xamarin 2022. 2. 22. 17:14
Xamarin.Android 배포

1. 빌드 설정에서 Android 패키지 형식 aab 2. 디버깅 옵션: 체크해제 3. 000000.Android 게시를 위한 보관 4. 보관파일에서 서명및 배포 > 임시(디스크에저장) > Android 서명 > 게시해서 .....aab 파일 생성 > Google Play Console 에서 > 프로덕션 > 파일 업로드

Xamarin 2021. 10. 22. 17:07
The Info.plist key 'BGTaskSchedulerPermittedIdentifiers'

Xamarin.iOS 배포시 에러 Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'. For more information, refer to the Information Property List Key Reference at https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Int..

Xamarin 2021. 10. 22. 16:58
Xamarin.Android ssl connection could not be established see inner exception

Xamarin.Android ssl connection could not be established see inner exception >> https Api Connection Exception Error 해결 Xamarin.Ios에서 정상이라면 Android 빌드에서 httpClient 구현 기본값인지 확인이 필요함.

Xamarin 2021. 10. 2. 13:14
Xamarin.Forms tabbed page change tab programmatically

Xamarin.Forms Tabbed Page Move CurrentPage ==> this.Parent.Parent.Parent.Parent as TabbedPage Console.WriteLine("Parent1!" + this.Parent.ToString()); Console.WriteLine("Parent2!" + this.Parent.Parent.ToString()); Console.WriteLine("Parent3!" + this.Parent.Parent.Parent.ToString()); Console.WriteLine("Parent4!" + this.Parent.Parent.Parent.Parent.ToString()); 2021-07-26 16:29:11.833738+0900 Ecs.iO..

Xamarin 2021. 7. 26. 16:36
Xamarin.forms Active indicator Progmatically Loading

namespace Ecla.ContentViews { public partial class NotiInout : ContentView { static ActivityIndicator activ_indi; public NotiInout() { InitializeComponent(); activ_indi = activityindi; activ_indi.IsVisible = true; activ_indi.IsRunning = true; Main_Grid.Children.Add(activ_indi); Grid.SetRow(activityindi, 1); Device.BeginInvokeOnMainThread(async () => { await onpages(); activ_indi.IsRunning = fals..

Xamarin 2021. 7. 8. 09:41
Xamarin.Forms MultiView BindingContext Not Working

한페이지 Multiview BindingContext 구현은 View 한개에 두개의 모델을 넣으면 된다... BindingContext = new Page1_ViewModel(); public class Page1_ViewModel { public ObservableCollection Bind_Edu_List { get; private set; } public ObservableCollection Notices { get { return _Notices; } set { _Notices = value; OnPropertyChanged(); } } List source; public Page1_ViewModel() { // Binding 1 ----------- source = new List(); Coll..

Xamarin 2021. 6. 22. 13:20
StackLayout Label Fit the size not working

Cause: When you add labels in stackLayout ,stackLayout will not make the subviews fit the size. Stacklayout에 배치된 Label Width는 AutoFit 되지 않네.. >> Stacklayout 쓰지 말자. --> Frame나 Grid 배치하자.. https://stackoverflow.com/questions/55788834/element-not-expanding-in-xamarin-forms

Xamarin 2021. 5. 28. 18:18
iOS UiView CGRect Error

CGRect Error Control.LeftView = new UIView(new CGRect(0,0,5,0)); -->> var myBox = new UIView(new CoreGraphics.CGRect(10, 15, 15, 1)); Control.AddSubview(myBox);

Xamarin 2021. 5. 3. 00:18
이전 1 2 3 4 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 연산자 뒤에 피연산자가 없습니다.
  • Microcharts
  • WPF Textbox
  • WPF Scrollviewer in ScrollViwer
  • Label Text LineBreak in Xaml
  • Embeded 한글Font적용
  • Xamarin Firebase Phone Auth
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • Entry '' has empty native path
  • WPF Datagrid Cell Value Change
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • Xamarin Firebase Phone User Add
  • GetCellContent CheckBox Value
  • ClickOnce 인증서 인증기간 변경
  • Xamarin SMS OTP Send
  • FileStream Add Byte
  • C# LINQ Left join
  • Xamarin.Ios Firebase Phone User Add
  • Xamarin.Forms
  • 암호 마스터키
  • SkiaSharp
  • Xamarin reCAPTCHA
  • 서버 수준의 URN 필터
  • ssl_client_socket_impl.cc
  • Linux SSH Multi Computer Join
  • Windows IIS FTP 디렉토리 목록 오류
  • Xamarin.Ios Firebase Phone Auth
  • c# Encrypt / Decrypt
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바