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

Mit

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

Mit

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

전체 글 (143)
Xamarin.Android reCAPTCHA

var response = SafetyNetClass.GetClient(Platform.CurrentActivity).VerifyWithRecaptchaAsync("llllllllllllll").Result; if (!string.IsNullOrEmpty(response.TokenResult)) { // Validate the user response token using the // reCAPTCHA siteverify API. Console.WriteLine("####### reCAPTCHA siteverify API:" + response.TokenResult); } else { Console.WriteLine("####### reCAPTCHA siteverify API Error:" + respo..

Xamarin 2021. 4. 13. 19:04
Xamarin.Ios Firebase Phone Auth, SMS OTP Send , User Add

Xamarin.Android에 이어서.. using System; using System.Threading.Tasks; using ######..iOS.Services; using ######.Models.FirebasePageModel; using ######.Services.Account; using Firebase.Auth; using Foundation; using Xamarin.Forms; [assembly: Dependency(typeof(AccountService))] namespace ######.iOS.Services { public class AccountService : IAccountService { public AccountService() { } public Task SendOt..

Xamarin 2021. 4. 13. 18:57
Xamarin.Andorid Firebase Phone Auth, SMS OTP Send , User Add

Nuget 설치 Android option > Android Pakage 서명 > APK서명 google-services.json 다운로드 > 속성 > GoogleServicesJson Firebase console hashcode Sha1, Sha256 중요!! 참고 서명만들기: keytool -exportcert -alias 별명 -keystore 경로.keystore -list -v 서명을 만들면 Sha1, Sha256 hashcode를 얻을수 있고. Firebase Console에 설정한다. hashcode가 없으면... Firebase에 인증이 안되고. reCapChar에러가 생기고 문자 메시지를 전송할 수 없다. AndroidManifest.xml Adroid Service folder Add..

Xamarin 2021. 4. 13. 18:52
FireStore 설치후 Xamarin.Android.D8.targets(79,5): error MSB6006: "java.exe" exited with code 1.

해결: 프로젝트 종료 1. obj > ....Andriod.csproj.nuget.dgspec.json 삭제 ....Andriod.csproj.nuget.g,props 삭제 ....Andriod.csproj.nuget.g,targets 삭제 2. ....Android.csproj 28.2.0 프로젝트 재실행 필요하면. Xamarin.google.guava nuget 설치. 추가 >> 버전이 낮으면. 업데이트

Xamarin 2021. 4. 9. 16:58
Xamarin.Forms Android PhoneAuthProvider.Instance.VerifyPhoneNumber deprecated Resolve

Xamarin.Forms Android PhoneAuthProvider.Instance.VerifyPhoneNumber deprecated 변경전 PhoneAuthProvider.Instance.VerifyPhoneNumber( phoneNumber, OTP_TIMEOUT, // const int 30 TimeUnit.Seconds, Platform.CurrentActivity, onVerificaton); 변경후 FirebaseAuth auth = FirebaseAuth.Instance; PhoneAuthOptions options = PhoneAuthOptions.NewBuilder(auth) .SetPhoneNumber(phoneNumber) // Phone number to verify .SetT..

Xamarin 2021. 4. 8. 10:30
Xamarin.Forms Ios URL Schemes for Firebase Phone Auth reCAPTCHA

reCAPTCHA 인증을 위해 Ios Info.plist 고급에 URL 형식에 Scheme를 추가한다. URL은 GoogleService-Info.plist를 Xcode에서 열면 확인할 수 있다.

Xamarin 2021. 4. 5. 18:26
Xamarin.Forms Firebase Push Notification iOS/ Android (수정중....)

Adroid 1. Nuget 설치 Xamarin.GooglePlayServices.Base Xamarin.Firebase.Messaging Xamarin.Google.Android.DataTransport.TransportRuntime Xamarin.Google.Dagger Xamrin.Azure.NotificationHubs.Android Xamarin.Andoidx.Annotation Ios Entitlements.plist 더블클릭 > 하단 자격에서 Push Notifications 사용 체크!! 새로운 클래스를 만들고 아래 UserNotificationcenterDelegate 를 작성한다. internal class UserNotificationCenterDelegate : UNUserNotif..

Xamarin 2021. 4. 5. 00:42
Xamarin.Forms image download from Server image API

public static Image[] Img_Array = new Image[4]; public static string[] Img_Rrl = new string[4]; const int _downloadImageTimeoutInSeconds = 15; List _Values = await Image_SearchURL(items); for ( int i =0; i < _Values.Count; i++) { Uri UUII = new Uri(_Values[i].imageURL); byte[] dataArr; HttpClientHandler clientHandler = new HttpClientHandler(); clientHandler.ServerCertificateCustomValidationCallb..

Xamarin 2021. 3. 31. 18:42
Xamarin.Android WebView에서 페이지 안보일때.

Xamarin.Android WebView에서 페이지 안보일때. ssl_client_socket_impl.cc Error AndroidManifest.xml

Xamarin 2021. 3. 31. 16:58
Xamarin CollectionView Binding Visible not shown

The behavior of the UICollectionViewFlowLayout is not defined because: the item width must be less than the width of the UICollectionView minus the section insets left and right values, minus the content insets left and right values. Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes to catch this in the debugger. ItemSizingStrategy="MeasureFirstItem" or ItemSizingStrat..

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

티스토리툴바