Martin Løbger
7c2a7738e0
Fix crash in Chat sample and make it work correctly ( #365 )
...
* Fix crash in Chat sample and make it work correctly
* Update Chat/Chat/ChatViewController.cs
---------
Co-authored-by: Martin Loebger <extmloebger@gnresound.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-12-22 16:40:11 +01:00
Eder Cardoso
0bc8046ca9
Fix the code to demonstrate how to serialize the device token to send it to backend server. ( #401 )
2023-02-24 15:59:52 +01:00
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
Steve Hawley
d127f0ff6e
add nupkg file and update the readme. ( #467 )
2022-08-17 10:51:19 -04:00
Steve Hawley
6b921bf321
sidebar sample ( #466 )
2022-08-15 15:19:14 -04:00
Steve Hawley
6c9139beb2
[nnyeah] geolocation sample ( #465 )
...
* geolocation sample
2022-08-12 15:08:53 -04:00
Steve Hawley
54edeea555
permissions sample ( #464 )
2022-08-12 10:40:04 -04:00
Steve Hawley
4b2e58f9b6
first cut of readme ( #463 )
2022-08-11 11:27:23 -04:00
Chris Hamons
5718eda50b
Bump Newtonsoft.Json version across repository ( #456 )
2022-06-28 11:36:36 -05:00
Chris Hamons
8d1f87422b
Correct sample which crashes to due binding mistake ( #447 )
...
Fixes https://github.com/xamarin/ios-samples/issues/446
2022-03-31 09:24:29 -05:00
Steve Hawley
2074ec2a16
Merge pull request #438 from xamarin/revert-437-ar-multiuser
...
Revert "[Dotnet] Port of ARMultiuser"
2022-01-21 14:51:13 -05:00
Steve Hawley
e5943c87f6
Revert "[Dotnet] Port of ARMultiuser"
2022-01-21 14:49:34 -05:00
Steve Hawley
5963940d7f
Merge pull request #437 from xamarin/ar-multiuser
...
[Dotnet] Port of ARMultiuser
2022-01-21 14:48:32 -05:00
Steve Hawley
5620ef9558
adjust requirements
2022-01-21 14:41:28 -05:00
Steve Hawley
ef82ce1440
files not needed
2022-01-21 14:37:28 -05:00
Steve Hawley
eaf0c5b8d5
port of ARMultiuser
2022-01-21 14:31:23 -05:00
Manuel de la Pena
923c8482e2
[iOS11] Bump depenency to the latests and best. ( #427 )
2022-01-10 13:54:58 -05:00
Manuel de la Pena
59ec83e9c6
[iOS11] Bump regexp dependency. ( #428 )
2022-01-10 13:54:28 -05:00
Chris Hamons
388b0a074c
Fix intro-to-extensions info.plist ( #417 )
2021-09-07 13:47:27 -05:00
Chris Hamons
56aa9e2ea1
Correct SimpleBackgroundTransfer sample to export optional protocol selectors ( #410 )
...
- Fixes https://github.com/xamarin/ios-samples/issues/406
- Optional protocol methods must export if you use IFoo instead of Foo base class
2020-11-03 09:42:43 -06:00
Sebastien Pouliot
0a6947d766
[SoupChef] Fix build with Xcode 12.2 ( #409 )
...
Xcode 12.2
- adds `arm64` to the simulator architectures
- removes `i386` from the simulator architectures
`lipo` cannot create a _classic_ fat archive with `arm64` simulator and
`arm64` device slices - since they are the same architecture.
This requires `.xcframework` support which is not yet supported by XI
and XM.
However we can tweak the build to do:
- x86_64 only for simulator, which is the only support arch for XI today
- arm64 for devices
and that makes `lipo` happy and we can continue to have this sample under
test automation.
Note: the original `.a` names were incorrect as they did not match the
architectures that were present in the files. I changed them to mention
the platform.
2020-10-30 16:51:17 -04:00
Sebastien Pouliot
73d7d0ccbd
[UICatalog] Fix ambiguous call in sample ( #408 )
...
a new API with a similar signature (wrt null) was added in XI 14
2020-10-30 16:27:39 -04:00
Peter Collins
e020b63265
Remove invalid project from FileSystemSampleCode ( #404 )
...
The FileSystem2.csproj project does not exist, its entry has been
removed from WorkingWithTheFileSystem.sln.
2020-08-12 17:24:44 -04:00
Chris Hamons
6c133faa31
Fix ColorFeed sample by adding required Info.plist keys ( #393 )
...
- https://github.com/xamarin/ios-samples/issues/392
2020-04-06 19:20:17 -05:00
Craig Dunn
6d8680b8a4
fix spelling mistake
2020-01-02 12:50:18 -08:00
conceptdev
1aa145acfa
[background] update project
2020-01-02 12:29:47 -08:00
conceptdev
e4158ecb3c
[background] update delegate implementation
...
fixes https://github.com/MicrosoftDocs/xamarin-docs/issues/2420 from docs
2020-01-02 12:25:32 -08:00
Rolf Bjarne Kvinge
150f0e6167
[MemoryDemo] Make sure the same output path isn't used with multiple configurations. ( #395 )
...
Make sure the same output path isn't used with multiple configurations by
using the correct configuration name in the output path.
2019-12-02 22:38:49 +01:00
docs
74b7c181d5
Update README.md
2019-10-25 15:50:22 -07:00
docs
12d450328a
Update README.md
2019-10-23 10:33:02 -07:00
docs
bd0aafde50
Update README.md
2019-10-23 09:59:32 -07:00
conceptdev
7202e33d87
remove samples from Browse portal rendering
2019-10-15 15:45:38 -07:00
conceptdev
457dc43423
[cloudkit] fix readme
2019-10-15 15:13:59 -07:00
Chris Hamons
bffa511ecb
Fix threading issue when NFC scan times out ( #387 )
...
- https://github.com/xamarin/ios-samples/issues/385
2019-09-25 17:02:44 -05:00
conceptdev
9b78d01602
Merge branch 'master' of https://github.com/xamarin/ios-samples
2019-09-23 21:25:06 -07:00
conceptdev
02334fe605
[ios13] remove author as Browse Samples shows from GitHub metadata
...
Also, this commit is needed to trigger the webhook to ingest these samples into the samples browser
2019-09-23 21:25:03 -07:00
docs
0370b39c89
Update README.md
2019-09-23 19:12:50 -07:00
docs
b0acfa09d0
Update README.md
2019-09-23 19:12:01 -07:00
Israel Soto
5d27f4562f
Added some iOS 13 samples ( #386 )
...
* [iOS13] Ported AddingTheSignInWithAppleFlowToYourApp sample
* [iOS13] Ported AdoptingIOSDarkMode sample
* [iOS13] Ported DisablingPullingDownASheet sample
* [iOS13] Ported RefreshingAndMaintainingYourAppUsingBackgroundTasks sample
* [iOS13] Ported SupportingMultipleWindowsOniPad sample
* [iOS13] Ported UsingCollectionViewCompositionalLayoutsAndDiffableDataSources sample
* minor markdown fix (prefer # headings)
2019-09-23 09:55:49 -07:00
Vincent Dondain
d89645c5dc
[xcode11] Fix ambiguous calls due to new APIs ( #383 )
...
- Fixes https://github.com/xamarin/maccore/issues/1910
- Fixes https://github.com/xamarin/maccore/issues/1877
2019-09-03 11:01:02 -04:00
Craig Dunn
f3844a2392
de-duplicate csproj GUIDs ( #380 )
...
* dedupe ios11 guids
* dedupe workingwithtables guids
2019-08-16 15:57:33 -07:00
Craig Dunn
3090e88865
de-duplicate csproj GUIDs ( #379 )
...
* update PassKit
* update newsstand
consider deleting in future
* update iclouduidoc
* update customcollectionviewattributes
* update touchgesturerecognizers
* update phonewordmultiscreen
* update lazytablesasync
* update lazytables
* update watchkit-getstarted
consider deleting in future
* update HostedNonConsumables
* update duplicate guid
* fix whitespace/formatting
2019-08-16 14:23:29 -07:00
Craig Dunn
e3b52b2cf0
[yaml] update repo readme for new code browser ( #378 )
...
* [yaml] update repo readme for new code browser
* update watchOS links
* fix copy/pasta typo
* add `objc`
* add urlFragment instructions
* OS X --> macOS
2019-08-12 13:52:18 -07:00
conceptdev
1d8a5f7a03
onboard missing samples
2019-08-03 11:47:38 -07:00
conceptdev
403c8ff6a0
remove YAML from deprecated samples (watchkit)
2019-08-03 11:41:26 -07:00
conceptdev
5a250290d3
onboard missing samples
2019-08-02 10:53:41 -07:00
conceptdev
d98aff6051
onboard missing samples
2019-08-02 09:31:19 -07:00
conceptdev
1b21e84c03
onboard missing samples
2019-08-02 09:09:43 -07:00
conceptdev
44f04c6504
onboard mssing samples
2019-08-01 22:35:19 -07:00
conceptdev
e74d954a4b
onboard missing samples
2019-08-01 22:24:39 -07:00