iOS 5 in the Enterprise


Book Description

The iPhone, iPod touch, and iPad are not just consumer devices. Apple's popular iOS devices are rapidly spreading through the business market in increasing numbers. In this thorough reference guide, IT professionals will learn from seasoned IT veteran John Welch how to deploy and manage iOS devices in the enterprise. John uses a refreshing, straightforward approach to teach you how to manage iOS devices. And he covers a wide range of methods, from managing just a handful of devices to dealing with hundreds. You'll find out when using iTunes for management is good enough and how to get the most out of that simple tool. You'll also explore what you can do with Apple's free iPhone Configuration Utility, from setting up applications and provisioning to specifying precisely what users can do with their devices. He'll show you how to use the iPCU (iPhone Configuration Utility) to install enterprise apps on an iOS device, do extensive management, and distribute profiles via USB, by email, and over the air (OTA). For environments that require large deployments with huge numbers of iOS devices, you'll get instruction on using SCEP (Simple Certificate Enrollment Protocol). And he’ll take you even further to learn how to use Mobile Device Management (MDM) to push changes out to devices. This book includes: A no-nonsense style of instruction from experienced IT professional and popular presenter John Welch Simple, clear explanations that make principles easy to apply to your own environment Insider tips to ensure success and avoid common problems The basics, including management with iTunes and iPCU (iPhone Configuration Utility) Advanced topics, such as server setup and wireless application distribution




The IOS 5 Developer's Cookbook


Book Description

Provides information on building iOS 5 applications for iPhone, iPad, and iPod Touch.




IOS 5 Essentials


Book Description

Each chapter will take you through a new major feature of iOS 5. You will learn how to integrate each feature into your applications. If you ever wanted to learn about the latest features of iOS 5 and learn how to incorporate Twitter, iCloud and Core Image framework effects functionality into your applications, then this book is for you. You should have a good knowledge of programming experience with Objective-C, and have used Xcode 4. iPhone programming experience is not required.




Beginning iOS 5 Development


Book Description

The team that brought you the bestselling Beginning iPhone 4 Development is back again for Beginning iOS 5 Development, bringing this definitive guide up-to-date with Apple's latest and greatest iOS SDK, as well as with the latest version of Xcode. There's coverage of brand new technologies, with chapters on storyboards and iCloud, for example, as well as significant updates to existing chapters to bring them in line with all the changes that came with the iOS 5 SDK. You'll have everything you need to create your very own apps for the latest iOS devices, including the iPhone 4S, iPad 2, and the latest iPod touch. Every single sample program in the book has been rebuilt from scratch using Xcode 4.2 and the latest iOS 5-specific project templates and designed to take advantage of the latest Xcode features. Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, Beginning iOS 5 Development offers a complete soup-to-nuts course in iPhone, iPad, and iPod touch programming. The book starts with the basics, walking through the process of downloading and installing Xcode and the iOS 5 SDK, and then guides you though the creation of your first simple application. From there, you'll learn how to integrate all the interface elements Apple touch users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you'll learn how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using a variety of persistence techniques, including Core Data and SQLite. And there's much more! You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You'll discover the fine points of application preferences and learn how to localize your apps for multiple languages. The iOS 5 update to the bestselling and most recommended book for Cocoa touch developers Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective Written in an accessible, easy-to-follow style




Professional iOS Network Programming


Book Description

Learn to develop iPhone and iPad applications for networked enterprise environments The iPhone and iPad have made a powerful impact on the business world. Developers creating iOS apps for the enterprise face unique challenges involving networking, system integration, security, and device management. This Wrox guide provides everything you need to know to write iOS apps that integrate with enterprise network resources, providing options for networking iOS devices to enterprise systems and to each other. Offers a complete compendium of methods and techniques for networked communication between iOS applications and other platforms and devices Includes instruction on incorporating synchronous and asynchronous HTTP requests, security, communication issues, and more Covers payload handling, network security, GameKit and Bonjour communications, and low-level network communications Professional iOS Network Programming focuses on the networking aspects of iOS and its relationship to remote data sources, offering a truly unique approach.




Enterprise Information Systems


Book Description

This book contains the best papers of the 10th International Conference on Enterprise Information Systems (ICEIS 2008), held in the city of Barcelona (Spain), organized by the Institute for Systems and Technologies of Information, Control and Com- nication (INSTICC) in cooperation with AAAI and co-sponsored by WfMC. ICEIS has become a major point of contact between research scientists, engineers and practitioners in the area of business applications of information systems. This year, five simultaneous tracks were held, covering different aspects related to enterprise computing, including: “Databases and Information Systems Integration,” “Artificial Intelligence and Decision Support Systems,” “Information Systems Analysis and Specification,” “Software Agents and Internet Computing” and “Human–Computer Interaction.” All tracks focused on real-world applications and highlighted the benefits of information systems and technology for industry and services, thus making a bridge between academia and enterprise. Following the success of 2007, ICEIS 2008 received 665 paper submissions from more than 40 countries. In all, 62 papers were published and presented as full papers, i.e., completed work (8 pages in proceedings / 30-min oral presentations), and 183 papers, reflecting work-in-progress or position papers, were accepted for short pr- entation and another 161 for poster presentation.




Developing Enterprise iOS Applications


Book Description

If you plan to develop iOS applications in a corporate setting—for internal consumption or for sale to end users—you need to read this book. Veteran developer James Turner shares best practices and lessons learned from his recent on-the-ground experience planning, building, and shipping an iOS application in an enterprise environment. With lots of examples and solid advice, you’ll learn how to use Xcode, Objective-C, and other Apple development tools within the confines of enterprise software methodologies. Don’t be deterred by Apple’s development philosophy. If you’re familiar with Xcode, this guide will help you build and launch enterprise iOS apps successfully. Get Xcode’s single-developer model to work in a concurrent development environment Integrate Xcode builds into tools such as Ant and Hudson Use open source libraries to connect iOS with SOAP and other backend services Set up a framework to test iOS apps for code coverage and CCN metrics Manage the legal, marketing, and production issues involved when interacting with iTunes Connect Meet iTunes’ requirements for provisioning and distributing your app Provide long-term support by sidestepping Apple’s distribution limitations




Learning IPad Programming


Book Description

Learning iPad Programming walks you through the process of building PhotoWheel (free on the App Store), a photo management and sharing app that leverages every aspect of iOS 5. With PhotoWheel, you can organize your favorite photos into albums, share photos with family and friends, view them on your TV using AirPlay and an Apple TV, and most importantly, gain hands-on experience with building an iPad app. As you build PhotoWheel, you’ll learn how to take advantage of the latest features in iOS 5 and Xcode, including Storyboarding, Automatic Reference Counting (ARC), and iCloud. Best of all, you’ll learn how to extend the boundaries of your app by communicating with web services. If you want to build apps for the iPad, Learning iPad Programming is the one book to get. As you build PhotoWheel, you’ll learn how to Install and configure Xcode 4.2 on your Mac Master the basics of Objective-C, and learn about memory management with ARC Build a fully functional app that uses Core Data and iCloud for photo sharing and synchronization Use Xcode’s new Storyboard feature to quickly prototype a functional UI, and then extend that UI with code Create multitouch gestures and integrate Core Animation for a unique UI experience Build custom views, and use view controllers to perform custom view transitions Add AirPrint, email, and AirPlay capabilities to your app Apply image filters and effects using Core Image Diagnose and fix bugs with Instruments Prepare your app for submission to the app store Download the free version of PhotoWheel from the App Store today! Share your photos with friends and upload to iCloud, all while learning how to build the app.




Problems with the E-rate Program


Book Description




Exploring macOS


Book Description

If you are a new to the Apple macOS ecosystem and want to get started using it for your enterprise, this is the book for you. You will learn how to navigate the Mac operating system, including an introduction to macOS and its fundamentals, management settings, reinstallation process, and usability. The book also provides tutorials which can be used for troubleshooting networks, configuration, and to ease Windows users’ transition to the Mac world. Additionally, it provides detailed information about managing Mac devices using Jamf Pro within organizations, as well as basic and advanced automation scripting. By the time you finish Apple Enterprise Management, you will have a detailed understanding of macOS and its functionality, how to manage Mac devices for enterprise use, and the role Jamf Pro plays in managing and securing Mac devices effectively whilse providing a seamless user experience. What You Will Learn Perform administrative tasks on macOS devices Implement macOS in an enterprise setting Understand the differences between various operating systems, particularly macOS and Windows Manage network configuration and its services Manage Apple macOS devices using Jamf Pro, a stable, robust, and renowned enterprise mobility management tool Get started with Bash (shell) scripting to automate tasks Who Is This Book For: Helpdesk consultants, remote desktop support professionals, system engineers, macOS Apple desktop administrators, enterprise Apple macOS desktop architects, Jamf system engineers, and digital workplace engineers.