Tanzmate

새글쓰기

Start Tanzmate, How to Make an APP? https://learnappmaking.com/how-to-make-an-app/
벤치마킹 참고 사이트 https://company.mindbodyonline.com/ Building Your First Xamarin.Forms App with Xamarin for Visual Studio https://www.youtube.com/watch?v=NGvn-pGZFPA iOS development에 관한 내용 1. Sketch your app =idea 2. Do some market research 3. Create mockups of your app 4. Make your app's graphic design 5. Build your app landing page 6. Make the app with Xcode and Swift 7. Lanunc the app in the App Store 8. Market your app to reach the right people 9. Improve your app with user feedback

How to Release Your Xamarin App for iOS and Android, https://instabug.com/blog/how-to-release-xamarin-app-ios-and-android/

xamarin installation in visual studio 2019
Visual Studio 2019가 이미 설치되어 있는 상태에서 Xamarin을 추가 설치 1. Visual Studio 열고 2. Tools > Get Tools and Features 3. 화면에서 Mobile development with .NET을 Modify 추가 설치

Xamarin Native and Xamarin.Forms(XF)UI, Which is better?
https://www.telerik.com/blogs/when-to-use-xamarin-forms-vs-xamarin-native When to Use Xamarin.Forms vs Xamarin Native? XF로 만드는 모바일 앱 예시 Check out Kym Phillpotts’ YouTube channel https://www.youtube.com/watch?v=ZqPcwkn2MHo

Get Started with Xamarin, https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/xamarin
Xamarin Quick Start https://docs.microsoft.com/en-us/xamarin/get-started/quickstarts/ Create your app in the App Center Portal to obtain the App Secret If you've already created your app in the App Center portal, you can skip this step. Head over to appcenter.ms. Sign up or log in and hit the blue button on the top right corner of the portal that says Add new and select Add new app from the dropdown menu. Enter a name and an optional description for your app. Select the appropriate OS and platform depending on your project as described above. Hit the button at the bottom right that says Add new app. 만들어진 app을 선택하고 Settings에서 오른쪽 상단 세 개의 도트를 누르면 copy app secret 로 secret를 얻을 수 있다. Once you've created an app, you can obtain its App Secret on the Settings page on the App Center Portal. At the top right hand corner of the Settings page, click on the triple vertical dots and select Copy app secret to get your App Secret. 오류발생에 대처한 내용 : Install-Package Microsoft.AppCenter.Analytics Install-Package Microsoft.AppCenter.Crashes 를 하려고 했는데 되지 않았다. 아래와 같이 하니 설치가 된다. https://stackoverflow.com/questions/49512140/visual-studio-and-xamarin-unable-to-find-packages/49512432 In Visual Studio go to Tools -> NuGet Package Manager -> Package Manager Settings. Here select the Package Sources tab in the tree on the left. You should see the following: If the nuget.org package source is missing, add it manually by clicking the green plus button in the top right corner and setting: Name: nuget.org Source: https://api.nuget.org/v3/index.json

Xamarin.Forms에 필요한 세개의 비번, ios, android uwp 이 세 개의 비번이 필요하다?
. Create your app in the App Center Portal to obtain the App Secret, https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/xamarin AppCenter.Start("ios={Your App Secret};android={Your App Secret};uwp={Your App Secret};windowsdesktop={Your App Secret}", typeof(Analytics), typeof(Crashes)); Head over to appcenter.ms. Sign up or log in and hit the blue button on the top right corner of the portal that says Add new and select Add new app from the dropdown menu. Enter a name and an optional description for your app. Select the appropriate OS and platform depending on your project as described above. Hit the button at the bottom right that says Add new app.

MS 개발자, 구글계정, cs@tanz.co.kr로 가입, cshttps://appcenter.ms/apps, googole
github에 barreinabag, _we~D_아들생일_ 로 연결

Apple개발자, Get Apple Developer Accounts, Get GitLab Accounts, developer.apple.com에 가입 developer accounts로
https://learnappmaking.com/how-to-create-a-free-apple-developer-account/ How to Create a Free Apple Developer Account X-code로 가입한다. https://9to5mac.com/2016/03/27/how-to-create-free-apple-developer-account-sideload-apps/

[질문] APPLE CERTIFICATES? How to add
구매를 거친다. 99000 https://developer.apple.com/enroll/purchase

Gigithub barreinabag, _we~D_아들생일_ 로 연결, How to add GitLab accounts?

배포는 어떻게? Android, iOS from Xamarin,
App Center Distribute – Xamarin In-app updates https://docs.microsoft.com/en-us/appcenter/sdk/distribute/xamarin How to Release Your Xamarin App for iOS and Android https://instabug.com/blog/how-to-release-xamarin-app-ios-and-android/

Map with Xamarin

Geolocation
https://docs.microsoft.com/en-us/xamarin/essentials/geolocation?tabs=android Finding your way with the Xamarin.Essentials Geolocation API

https://appstoreconnect.apple.com/login
Certificates, Identifiers & Profiles Create a New Certificate 선택 iOS App Development Sign development versions of your iOS app. To manually generate a Certificate, you need a Certificate Signing Request (CSR) file from your Mac. HOW TO? CertificateSigningRequest.certSigningRequest

Paring Mac on Windows Visual Studio
Tools > option > Xamarin > iOS Settings Pari to Mac Xamaring.iOS versions mismatch The.Xamarin.iOS SDK version 15.2.0.1 that is installed on the Mac is not compatible with this version of Visual Studio. Would you like us to install Xamarin.iOS 15.0.0.18 for you

주소자동입력 개발키 juso.go.kr
개발승인키는 여기서 받는다. juso.go.kr 개발 승인키는 어디로. devU01TX0FVVEgyMDIxMTIxMTEyMDEwOTExMjAxNzc= 개발 ( 사용기간 : 2021-12-11 ~ 2022-03-11 ) @charset "UTF-8"; /***************************************************/ /* 이미지 */ /***************************************************/ /* 바탕 배경 이미지 최적의 이미지 크기는 468 * 251px */ .pop-address-search { background-image: url(이용기관사이트 이미지 url); } /* 회사 로고 이미지 이미지 크기는 149 * 14px */ .pop-address-search .logo { background: url(이용기관사이트 로고 이미지 url) no-repeat; background-position:center; } /***************************************************/ /* 배경색상 */ /***************************************************/ /* 바탕 배경색상 */ .pop-address-search { background-color:#ECECEC; } /* 검색창 색상 */ .pop-address-search .pop-address-search-inner .wrap input { background-color:#FFFFFF; } /* 검색버튼 색상 */ .pop-address-search .pop-address-search-inner .wrap { background-color:#FFFFFF; } /* 본문 배경색(홀수) */ .pop-address-search .pop-address-search-inner .result table.data-col tbody tr:nth-child(odd) td {background:#FFFFFF} /* 본문 배경색(짝수) */ .pop-address-search .pop-address-search-inner .result table.data-col tbody tr:nth-child(even) td {background:#FFFFFF} /***************************************************/ /* 글자색상 */ /***************************************************/ /* 검색 결과 글자색상 */ table.data-col { color:#FFFFFF; } table.data-col tbody tr td.subj { color:#333333; } /* 검색창 글자 색상 */ .pop-address-search .pop-address-search-inner .wrap input { color:#222222; }