ios-samples/CoreTelephonyDemo
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Resources [CoreTelephony] Updating app icons and screenshots 2013-10-22 14:11:35 +01:00
Screenshots [CoreTelephony] Updating app icons and screenshots 2013-10-22 14:11:35 +01:00
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
CoreTelephonyDemo.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
CoreTelephonyDemo.sln Add sln file (and make sure it stays as CRLF because VS needs it) for CoreTelephonyDemo. 2011-09-09 19:45:29 +02:00
CoreTelephonyDemoViewController.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
CoreTelephonyDemoViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
CoreTelephonyDemoViewController.xib Added CoreTelephony demo. 2011-09-09 19:45:29 +02:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Main.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
README.md onboard missing samples 2019-08-01 19:45:18 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Core Telephony Demo Example showing how to access the users's current call, call center and carrier information sample
csharp
xamarin
coretelephonydemo

Core Telephony Demo

An example showing how to access the user's current call, call center, and carrier information.

Based on the Apple sample: https://developer.apple.com/library/ios/#samplecode/CoreTelephonyDemo/Introduction/Intro.html