Push Notification 셈플 작업하는데, HttpClient의 post 메소드에서 오류가 발생하더군요..음음.. http://localhost:5300, https://localhost:5301번 둘다 동일한 현상이 발생해서..찾아보니.. uwp에서 Shared User Certificates를 체크해야 된다는 이야기가 있어서 바로 체크하고 해결했습니다. 위에 Private Networks(Client & Server)는 해야하는지 않해도 괜찮은지 명확하지 않습니다. 오늘도 즐거운 삽질~ ㅋㅋ
2021.09.17 - [UWP & Windows App/Beginner] - UWP 앱에서 Push Notification 수신하기(1/2) 샘플 Windows 앱 만들기(UWP app) 1. Visual Studio에서 File 메뉴를 열고 New 를 선택한 다음, Project 를 선택합니다. 2. Create a new project 대화 상자에서 uwp로 검색합니다. 3. Blank App (Universal Windows)를 선택하고 Next를 클릭합니다. 4. Configure your new project 대화상자에서 Project name과 Location을 지정하고, Create 버튼을 누릅니다. 여기서는 Project name을 KakiPushSample을 사용합니다. 5. Targe..
이번에 만든 앱에 Push Notification을 추가하기 위해서 어떻게 추가하는지 최신 정보를 찾아 보았습니다. 셈플을 작성하면서 같이 알아보도록 하겠습니다. 사전 요구 사항 Azure 구독. Azure 구독이 아직 없는 경우 시작하기 전에 Azure 체험 계정을 만듭니다. 예제에서는 Visual Studio 2019를 사용합니다. UWP 앱 개발 도구 설치 개발자 센터 계정 앱 및 기타 발신자에서 알림 가져오기 설정이 활성화되어 있는지 확인합니다. 컴퓨터에서 설정 창을 시작합니다. 시스템 타일을 선택합니다. 왼쪽 메뉴에서 알림 및 작업 을 선택합니다. 앱 및 기타 발신자에서 알림 가져오기 설정이 활성화되어 있는지 확인합니다. 활성화되어 있지 않으면 활성화합니다. Windows 스토어에서 앱 만들기 ..
MVVM Toolkit nuget package를 이용하는 방법에 대해서 알아보도록 하겠습니다. 우선 MVVM-Samples 앱을 실행해서 같이 보시면 더 도움이 될 것입니다. windows-toolkit/MVVM-Samples: Sample repo for MVVM package (github.com) windows-toolkit/MVVM-Samples Sample repo for MVVM package. Contribute to windows-toolkit/MVVM-Samples development by creating an account on GitHub. github.com 프로젝트에 추가 가능한 NuGet package 버전은 Preview 4입니다. (2020/12/01) Preview버전이..
2020년은 오프라인 비지니스 환경에서 언텍트 비지니스 환경으로 변화하는 변곡점이라고 할 수 있을 것 같습니다. 그에 따라 이제는 PC 뿐만 아니라 다양한 모바일 디바이스에서 실행되는 크로스플랫폼 개발 환경이 더욱더 발전을 할 것이라고 생각됩니다. 2018년 5월 최초로 공개된 Uno Platform은 크로스 플랫폼에서 실행되는 비지니스 응용 프로그램을 개발하는 가장 빠른 방법이라고 생각하며, 이 포스트에서 Microsoft Contoso UWP앱을 Uno Platform Prism으로 포팅할 때 참고할 사항이나 필요한 기술에 대해서 이야기를 하려고 합니다. Uno Platform에 대한 더 자세한 사항은 여기를 참고하시기 바랍니다. Contoso UWP app https://github.com/micr..
마이크로소프트의 Contoso UWP앱을 UnoContoso 앱으로 포팅한 결과를 다루는 것으로, Uno Platform으로 비지니스 앱을 만들 수 있는지 여러분들이 판단해 보시기 바랍니다. My troubles Does the UI output the same for each platform? I haven't made any Android or iOS apps before. Is it okay? Can it run on Windows 7? It's nice if it runs on macOS too...(Even a simple screen...) Are there cross-platforms running on IoT devices? Will there be enough performance to ..
Register Desktop Bridge app and UWP app as Startup program Future Of DotNet https://youtube.com/FutureOfDotNet UWP앱을 시작프로그램으로 등록/삭제하는 방법입니다. Youtube : https://youtu.be/5cI6oS0HLOQ Blog : https://kaki104.tistory.com/664 Git : https://github.com/kaki104/StartupSample Reference Windows 10 Anniversary Update Configure your app to start at log-in https://bit.ly/31qzlTZ Integrate your desktop app with..
Face Detection API . Real-time face recognition with Microsoft Cognitive Services . Google Vision API Facial Detection Free : First 1000 units/month $1.5 for 1000 unit : 1001 – 5,000,000 / month . Microsoft Azure Face API Face Detection ~ Face Identification Free : 20 transactions for minute $1.0 for 1000 transactions : 0 – 1M transactions . OpenCV . Dlib C++ Library OpenCV . 오픈 소스 컴퓨터 비전 라이브러리 ..
UWP이 로컬 파일 시스템을 직접 접근해서 파일이나 폴더의 정보를 가지고 오는 방법에 대한 설명입니다. This is how UWP directly accesses the local file system and fetches information from files or folders. BroadFileSystemAccess All Files that the user has access to Settings } Privacy | File system | Allow access UWP app Version 1803 - default is On Version 1809 - default is Off This capability is not supported on Xbox Key Point Package.app..
Simple RSS Reader creation is complete. XAML XAML Design error SimpleRSS.xxx -} SimpleRSS.UWP MasterDetailView DetailTemplate NoSelectionContent ProgressRing ResourceDictionary BoolToVisibilityConverter App.xaml, ResourceDictionary ProgressRing Binding Platform-specific coding C# Code XAML Youtube https://youtu.be/WVN1SgKOGvI Source https://github.com/kaki104/SimpleRSS.UNO
- Total
- Today
- Yesterday
- C#
- Microsoft
- Behavior
- Visual Studio 2022
- ComboBox
- LINQ
- .net
- #uwp
- windows 11
- Always Encrypted
- ef core
- Cross-platform
- XAML
- #MVVM
- #Windows Template Studio
- #prism
- IOT
- .net 5.0
- PRISM
- uno platform
- MVVM
- Build 2016
- Windows 10
- visual studio 2019
- dotNETconf
- WPF
- uno-platform
- kiosk
- UWP
- Bot Framework
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |