iOS Development with SharePoint using Xamarin

Slides:



Advertisements
Similar presentations
Bob German Principal Architect Introduction to Cloud Hosted Apps Your apps here!
Advertisements

DotNetNuke Mobile Development -- options, tools and approaches
02 | New Features for Web Developers Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek.
Integrating OCS Presence with MOSS Matt Lawson Linda Nevils.
Vienna/Austria Authenticate as entitled user or app for the individual service Authenticate as entitled user for our web portal Decide what.
Fraser Technical Solutions, LLC
Basic SharePoint 2013 App Development start-up for New Developers
Flexible Tools Office Store and App Catalog Discover A marketplace of off-the-shelf solutions to many of the common needs for business users.
Presented by: Asif Rehmani, SharePoint Server MVP Trainer/Solution Architect Twitter id: asifrehmani Creating Workflows with.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Apps where your users are Sign into SharePoint and launch apps Modern experiences on breadth of devices Central app management Central user.
© Sogeti Sogeti-Microsoft Alliance Getting Started with Windows Azure Development.
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Strategies for Developing Cross-Platform Applications Dinis Vieira.
Tuesday July 17, System Center User Group New York City Tonight’s Sponsor is.
Rich Platform Services Manageability User Experience.
Windows 8 Application Microsoft Word with an app for Office Internal O365 SharePoint Site Windows Azure Web Sites Windows Azure Workflow Service.
Update: Office & SharePoint Development Feb 2016.
SAML Token Claims Based Identity SAML Token Claims Based Identity SPUser.
Getting Started on Office Addin with AngularJS and Yeoman
Getting to know U-SQL Azhagappan Arunachalam.  Sr Database Architect 
Wes Hackett Principal Solutions Architect Chris O’Brien Head of Development.
Martina Grom MVP Office 365 How to (remote) control Office 365 with Azure Toni Pohl MVP Client Dev
1. Data Platform Solution Architect at Microsoft Working with SQL Server for past 15 years Author of SQL Server and Business Intelligence Books Blog a.
Getting to know U-SQL Azhagappan Arunachalam.  Sr Applications Database Architect 
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Danijel Malik Visual Studio ALM MVP Build 2014 What’s new for Visual Studio 2013 and Visual Studio Online.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
GST Helpline - A Complete GST App TO RESOLVE GST INDIA QUERIES
Building Azure Mobile Apps
Beginning of Xamarin for iOS development
Introduction to Xamarin C# Everywhere
Becky Bertram January 21, 2017 SharePoint Saturday St. Louis
Make Power BI Your Own with the Power BI APIs
Embed Power BI in your Web application
What's new in the world of SharePoint development and deployment
Creating Lightning Fast Apps Using AngularJS
9/11/ :51 AM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
The Future of C# The Future of C# and VB 2-577
Make Power BI Your Own with the Power BI APIs
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
Creating and Deploying Your First SharePoint Framework Application
Introducing ASP.NET Core 2.0
AngularJS and SharePoint 2013: Lessons Learned from the Trenches
Different Types of Apps. App Development ● App Development refers to the creation of computer applications for use on mobile devices such as tablets,
Make Power BI Your Own with the Power BI APIs
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Creating and Deploying Your First SharePoint Framework Application
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Build /17/2018 2:10 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Cross Platform Development with Xamarin & Visual Studio 2013
Office 365 Development July 2014.
Developing on a Mac For C# Developers Shahed Chowdhuri
Office 365 Development.
Make Power BI Your Own with the Power BI APIs
Office 365 Development July 2014.
Learn. Imagine. Build. .NET Conf
SharePoint Guy, Protiviti
Integrating Hybrid Apps with Line of Business Apps
Building on the Microsoft Graph: 0 - App in 60 minutes
Office 365 Development.
Windows Device Portal Hirsch Singhal Program
Visual Studio Tools for Unity 2.0 Preview
8/23/ :09 PM #DEV332 Building Modern, HTML5-Based Business Apps on Windows Azure and Office 365 with Visual Studio LightSwitch Andrew
Development Environment Setup
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Presentation transcript:

iOS Development with SharePoint using Xamarin Becky Isserman, BlueMetal Architects http://www.mosslover.com

Credentials SharePoint Server MVP, 2011 & 2012 MCPD Microsoft SharePoint 2010 MCT 9 years working with SharePoint PHP, ASP .Net, C++, C#, VB .Net, VBA, etc… Help w/ Princeton SharePoint User Group Co-Organizer SharePoint Saturday NYC

Devices iPad iPhone

Where do we begin? Download XCode Includes the iOS SDK Only works with Objective C (and now Swift) Free

Where do we begin? Xamarin.iOS C# Compiler to Apple Two different methods for installation: Visual Studio add in – need to talk to an Apple Machine, so still need Xamarin Studio or Xamarin.iOS Xamarin Studio or Xamarin.iOS – must be installed on a Apple Machine Not free, but good for .Net Developers

Where do we begin? Xamarin Pricing

Where do we begin? 5 or 6 Books on Amazon Xamarin Developer Portal (http://developer.xamarin.com/guides/ios) Xamarin Webinars (https://xamarin.com/resources/webinars) Xamarin Videos (https://xamarin.com/resources/videos)

Demo Hello World App

SharePoint 2013 REST APIs CSOM App Model

Where to Begin 2013? Get an Office 365 Subscription (http://office.microsoft.com/en-us/) Most stable E3 for demoing and testing

Where to Begin 2013? Visual Studio 2012 SharePoint 2013 Developer Tools Preview 2

REST or CSOM REST API: http://www.yoururl.com/_api/web/title - Web Title Need authorization Cookies JSON CSOM == .Net != iOS Compatible

Demo SharePoint REST Demo

iOS and REST Claims Token Service Need to re-create JSON Calls Need FedAuth and rtFA tokens for claims Need to re-create JSON Calls

Demo REST Cookie Webservice Demo

Demo Xamarin Conversion

References James Love REST iOS Wrapper, http://e-junkie-chronicles.blogspot.com/2012/12/sharepoint-2013-rest-api-in-ios.html MSDN oAuth Articles, http://msdn.microsoft.com/en-us/library/fp142386.aspx#bk_performCRUD Windows 8 Codeplex Project, http://win8app4sponline.codeplex.com VMWare Fusion, http://www.vmware.com Xamarin, http://www.xamarin.com

Questions ???

Thanks Yous Will Richardson, Eric Shupps, Nick Swan, James Love, Wictor Wilen, Matthew Bramer, Fabian Williams, Rob Bogue, Wally McClure, Oren Novotny, Scott White…

Contact Information Email: rebecca.isserman@gmail.com Blog: http://www.mosslover.com Twitter: @mosslover Planet Website: http://www.bluemetal.com