This Document Was Most Recently Updated in January 2013

Total Page:16

File Type:pdf, Size:1020Kb

This Document Was Most Recently Updated in January 2013 This post has information that will enable you to set up and configure your iOS device, so that you can install and run your apps on the device. This document was most recently updated in January 2013. It is intended for students in the Apple App Dev CIS280 course (This semester it is CIS290 but in the catalog it is CIS280) Introductory info As a student in CIS280, you are a member of Apple’s iOS Developer University Program. This no-cost membership enables you to access content in the iOS Dev Center, and install the apps that you create on devices (iPhone, iPod touch, iPad). Your professor is the “administrator” of the program. This post has step-by-step information on the process. Here are the steps that you will follow: 1. Register as an Apple developer 2. Reply to your professor’s request for the email address you used when you registered as an Apple developer 3. Respond to Apple’s invitation to join the iOS Developer University Program 4. Configure a device with iTunes 5. Locate the unique device ID, and send it to your professor 6. Obtain the digital assets that you need (certificates, provisioning profiles) 7. Test your work 8. Save/retain your Developer Profile assets You should quickly read/skim through the rest of this post before you begin the procedure. You will need the following assets to complete the process: 1. An iOS device (iPhone, iPod touch, iPad), and its USB attachment cable 2. Xcode on a Mac 3. A web browser Steps 1, 2, and 3 – Register, reply, respond Many students have already completed these steps, in response to the topics covered in this document: Getting Started . Steps 4 – Configure a device with iTunes As mentioned above, you can use an iPhone, iPod Touch, or iPad. For the Winter 2013 semester, it must run (a version of) iOS 6 or later. if you use your own device, it is probably already configured in iTunes. That’s a good start. [iTunes Optional] If you have more than one device, and wish to use them for development, that is permitted. Step 5 – locate the unique device ID, and email it to your professor Go to http://whatsmyudid.com and submit in Week 1 folder. If you have more than one device, then do this Step 5 for each device that you wish to use for development. Step 6 – obtain the digital assets that you need You must have a development (developer) certificate to enable your apps to be installed on a device. In addition, you must have the “team” developer certificate, which identifies you as a member of the Apple Developer University Program for this school. Next, you must have a provisioning profile. These are digital entities that enables a developer to install apps on devices. There’s a general provisioning profile for the team, and another for this semester’s version of the course. Xcode 4 has a feature in the “Organizer” window which is intended to make the remaining steps as automatic as possible. There are two versions of the procedure. If you have your own Mac, then you must use the “I have my own Mac” procedure. If you are using a College Mac, then you must use the “I am using a College Mac” procedure. “I have my own Mac” procedure Follow the procedure shown below, all steps 1-15 at your leisure. “I am using a College Mac” procedure If you are using a College Mac, then you must plan to do the procedure when your professor is available, AND during one continuous session, uninterrupted, on a specific Mac. The process is interactive, and machine-dependent. You will need your professor’s response to some of your actions, before you are able to continue the procedure. After you successfully complete the procedure, then you will be able to create a portable “developer profile”, which will enable you to work with devices on any Mac. Before starting the procedure, make sure that your professor is available, and you use the same Mac for the entire procedure. Then: Then: 1. Login to the Apple iOS Developer web site, and navigate to the Member Center. 2. In the Member Center, select the iOS Provisioning Portal. Select the Certificates link in the left-side navigator > All items. 3. Download the “WWDR intermediate certificate”. Save it to a folder somewhere (on the desktop?). 4. Start a Mac OS program called Keychain Access. When it loads, click the “login” KeyChains then “Certificate” Category. 5. Drag (which copies) the “WWDR intermediate certificate” into the “Certificate” Category. 6. Back in the iOS Provisioning Portal, click the Request Certificate to create a development certificate and follow instructions. Certificate Information • User Email Address: [Your Apple Dev ID] • Common Name: First and Last Name all one word, lower case • CA Email Address: [email protected] • Select “Saved to Disk” (Desktop) Click Choose File button to upload CSR (Certificate Signed Request) 7. After you submit your request, notify your professor, who will “approve” the request [Come to my desk or Email Me if at home]. You must wait until I tell you to continue to step 8 8. Return to the iOS Provisioning Portal. Click again on the Certificates link, to refresh it. 9. You will now see your development certificate, ready to download. Do that now. It will download to your Download folder on the Mac. 10. Drag the certificate into the Keychain Access panel / list. The keychain list will now show four new items (two certificates, and two keys). 11. In the iOS Provisioning Profile, click the Provisioning link in the left- side navigator. A list of Provisioning Profiles appears. 12. Download your profile: The “rvccis280_[yourfirstinitallastname]1! profile and iOS Team Provisioning Profile:rvc. Some of you have a 2 at the end of your profile because you submitted 2 UDID’s. ALMOST DONE! •At this point in time, you are almost done with the iOS Provisioning Portal. •Start Xcode. Open Window > Organizer window, and select the Devices function > My Mac. You will need to click enable developer button if it is first time accessing XCode. •Plug in your device to the MAC. Wait until it shows up on the Window > Organizer’s left-side navigator, then select it. Organizer will inspect the device, and perform other inventory tasks. Eventually, Organizer will mark your device with a green-colored dot, which means that it’s ready for the next set of steps. 13. In the Organizer, in the left-side navigator, under the upper-left LIBRARY heading, select Provisioning Profiles. 14. Drag “rvccis280_[yourfirstinitallastname]1.mobileprovision! and iOS Team Provisioning Profile:rvc into Provisioning Profiles. 15. Click the “Refresh” button at the bottom of the right-side panel. You may be asked to login to the iOS Provisioning Profile (the Apple Developer / Member Center web site). After doing so, you may or may not see a warning message, which you can ignore. The procedure should be complete. However, before continuing, test it. Step 7 – test your work In Xcode, open a project. (Open a project that you know will run on your device.) After the project loads, in the upper-left scheme selector, choose your device (i.e. don’t choose the simulator). Run the program (Command+R). Xcode will compile your program (as it usually does), and then attempt to load it (copy it) to your device. If it is successful, great, you’re almost done. If not, you will have to troubleshoot. Step 8 – export and carry your Developer Profile assets The last task is to save your developer profile, so that you can keep it with you (maybe on a USB memory stick), and use it in the future on ANY Mac. Here are the steps: 1. In Xcode, show the Window > Organizer window. 2. In the left-side navigator, Select LIBRARY > Provisioning Profiles and select rvccis280_[yourfirstinitallastname]1 3. At the bottom of the left-side panel, click the “Export” arrow 4. Follow the procedure, which creates a file. Save this file 5. Do 2-4 again with profile iOS Team Provisioning Profile: rvc 6. Keep file safe and secure. 7. Email it to yourself. Copy it to one or more USB keys and/or storage media. You will need this file in the future, whenever you want to install an app on your device, from any Mac. Using a different Mac? In the future, on a different Mac, here’s what you will do to be able to install an app on your device: 1. In Xcode, show the Organizer window, and the Developer Profile content. 2. At the bottom of the right-side panel, click the “Import” function, and follow above procedure. 3. Do the normal tasks (i.e. scheme select and Run) to install your app on your device. Summary Additional detailed (and complete) information is in this Apple document: iOS App Development Workflow Guide If you have problems, make sure that you have followed the procedure, and that you have success at each step in the procedure. If you see an error message, carefully read it, and perform the suggested action(s). You may also simply have to try again, because there may be a network latency delay or connectivity problem. .
Recommended publications
  • Of Epos SDK for Ios Cannot Find the Network Printer on Ios/Ipados 14 Or Later
    Workaround for an issue regarding 'Discovery' of ePOS SDK for iOS cannot find the network printer on iOS/iPadOS 14 Seiko Epson Corporation Dec 14th, 2020 Issue 'Discovery' of ePOS SDK for iOS cannot find the network printer on iOS/iPadOS 14 or later. Cause This issue depends on the specification change of iOS/iPadOS 14. From iOS/iPadOS 14 or later, users have to apply to Apple and change their implementation if the app sends broadcast or multicast messages. Because the ePOS SDK uses broadcast to search for printers. Workaround methods As of now, SEC thinks there are 2 workaround methods. 1. Version down of "Target" on "TARGETS" “General” " Deployment Info" to lower than iOS12.0 (iOS11.4 or before). Also, enable the local network in iOS settings. 1 / 6 2. If customer would like to use new function of iOS14 or later, user has to apply the "Multicast Networking Entitlement" on Apple Developer's site. <Condition: A & B> A. Tablet OS: iOS/iPadOS version is 14.0 or later. B. Using "Deployment Info" on "project" "Target" is iOS 12.0 or later <Procedure> It needs 3 steps. See below. Step1: Apply "Multicast Networking Entitlement" 1.1. Apply on Apple Developer website Link: <https://developer.apple.com/contact/request/networking-multicast> 1.2. Edit the application information as shown below a. App Name e.g. Epson TM Print Assistant b. App Store URL e.g. https://apps.apple.com/jp/app/epson-tm-print c. App Category e.g. business d. Describe the main purpose of your app e.g.
    [Show full text]
  • Apple Business Manager Overview Overview
    Getting Started Guide Apple Business Manager Overview Overview Contents Apple Business Manager is a web-based portal for IT administrators to deploy Overview iPhone, iPad, iPod touch, Apple TV, and Mac all from one place. Working Getting Started seamlessly with your mobile device management (MDM) solution, Apple Configuration Resources Business Manager makes it easy to automate device deployment, purchase apps and distribute content, and create Managed Apple IDs for employees. The Device Enrollment Program (DEP) and the Volume Purchase Program (VPP) are now completely integrated into Apple Business Manager, so organizations can bring together everything needed to deploy Apple devices. These programs will no longer be available starting December 1, 2019. Devices Apple Business Manager enables automated device enrollment, giving organizations a fast, streamlined way to deploy corporate-owned Apple devices and enroll in MDM without having to physically touch or prepare each device. • Simplify the setup process for users by streamlining steps in Setup Assistant, ensuring that employees receive the right configurations immediately upon activation. IT teams can now further customize this experience by providing consent text, corporate branding or modern authentication to employees. • Enable a higher level of control for corporate-owned devices by using supervision, which provides additional device management controls that are not available for other deployment models, including non-removable MDM. • More easily manage default MDM servers by setting a default server that’s based on device type. And you can now manually enroll iPhone, iPad, and Apple TV using Apple Configurator 2, regardless of how you acquired them. Content Apple Business Manager enables organizations to easily buy content in volume.
    [Show full text]
  • Ios SDK Release Notes for Ios 8.0 Beta 5
    iOS SDK Release Notes for iOS 8.0 Beta 5 Important: This is a preliminary document for an API or technology in development. Apple is supplying this information to help you plan for the adoption of the technologies and programming interfaces described herein for use on Apple‑branded products. This information is subject to change, and software implemented according to this document should be tested with final operating system software and final documentation. Newer versions of this document may be provided with future betas of the API or technology. Contents: Introduction Bug Reporting Notes and Known Issues Introduction iOS SDK 8.0 provides support for developing iOS apps. It is packaged with a complete set of Xcode tools, compilers, and frameworks for creating apps for iOS and OS X. These tools include the Xcode IDE and the Instruments analysis tool, among many others. With this software you can develop apps for iPhone, iPad, or iPod touch running iOS 8. You can also test your apps using the included iOS Simulator, which supports iOS 8. iOS SDK 8.0 requires a Mac computer running OS X v10.9.3 (Mavericks) or later. This version of iOS is intended for installation only on devices registered with the Apple Developer Program. Attempting to install this version of iOS in an unauthorized manner could put your device in an unusable state. For more information and additional support resources, visit http://developer.apple.com/programs/ios/. Bug Reporting For issues not mentioned in the Notes and Known Issues section, please file bugs through the Apple Developer website (https://developer.apple.com/bug‑reporting/ios/).
    [Show full text]
  • How to Create Ipad Magazine with Coverpagetm
    How to Create iPad Magazine with CoverPageTM If you plan to publish content periodically, best market place for selling and publishing your magazines is Apple Newsstand. You need to purchase and subscribe to CoverPage PREMIUM plan. How to start Where do I start? 1. Sign up and purchase for PREMIUM plan on www.CoverPageApp.com/en/pricing 2. Download and Install CoverPage Publisher (Your desktop authoring tool) 3. Download CoverPage Viewer from App Store to review your projects 4. Enroll for Apple Developer Account 5. Prepare and provide resources for your App 6. Publish at least one project (Two or more recommended) 7. Submit your App Build to App Store How to prepare • Create your magazine layout using the tool you prefer, layout such as Adobe InDesign, Photoshop, QuarkXPress or even Apple iBook Author • Export as PDF, JPEGs/ PNGs or use CoverPage InDesign export plugin • Import layout resources into CoverPage Publisher • Switch into “Publish section” in CoverPage Publisher and setup your publishing parameters Our platform supports iOS, Android, Mac and PC’s. 2 twitter.com/CoverPageApp | Facebook.com/CoverPageApp www.CoverPageApp.com How to publish and • Press “Publish” button to deliver content into your sell magazine on CoverPage account App Store or Apple • Send us all necessary information (graphics and text Newsstand resources) for delivering your App to Apple • If you don’t have an Apple Developer account we are happy to assist you with its submission. • Wait until your App is approved by Apple and available on App Store/Newsstand
    [Show full text]
  • Ios Developer Program University Agreement
    PLEASE READ THE FOLLOWING AGREEMENT TERMS AND CONDITIONS CAREFULLY BEFORE DOWNLOADING OR USING THE APPLE SOFTWARE OR APPLE SERVICES. THESE TERMS AND CONDITIONS CONSTITUTE A LEGAL AGREEMENT BETWEEN UNIVERSITY AND APPLE. BY CLICKING ON THE “I AGREE” BUTTON, UNIVERSITY, THROUGH ITS AUTHORIZED LEGAL REPRESENTATIVE, IS AGREEING TO BE BOUND BY AND IS BECOMING A PARTY TO THIS AGREEMENT. IF UNIVERSITY DOES NOT OR CANNOT AGREE TO THIS AGREEMENT, THEN CLICK THE “CANCEL” BUTTON. IF UNIVERSITY DOES NOT AGREE TO THIS AGREEMENT, THEN UNIVERSITY IS NOT PERMITTED TO PARTICIPATE IN THIS PROGRAM OR USE THE APPLE SOFTWARE. iOS Developer Program University Agreement (for teaching classes that allow students to load applications onto Apple-branded products running iOS, iPadOS, watchOS, or tvOS) Purpose This Agreement permits a University teaching a course about iOS, iPadOS, watchOS, and/or tvOS application development to enable students to load applications developed in the course on Apple-branded products running iOS, iPadOS, watchOS, and/or tvOS, and to share such applications with other participants in the same course. Students may also develop and share passes for use on Apple-branded products as part of the course. Such student applications and passes may not otherwise be distributed under this Agreement, and students who would like to distribute their applications or passes outside of the course will need to enter into the Apple Developer Program License Agreement. Note: If the University plans to have students use the commercially released version of the Apple SDKs only and does not need students to be able to load applications or passes developed as part of a course onto Apple-branded products running iOS, iPadOS, watchOS, or tvOS for use as permitted under this Agreement, then the University does not need to sign this Agreement to teach such courses.
    [Show full text]
  • Ios 7 App Development Essentials
    i iOS 7 App Development Essentials ii iOS 7 App Development Essentials – First Edition ISBN-13: 978-0-9860273-5-2 © 2013 Neil Smyth/eBookFrenzy. All Rights Reserved. This book is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved. The content of this book is provided for informational purposes only. Neither the publisher nor the author offers any warranties or representation, express or implied, with regard to the accuracy of information contained in this book, nor do they accept any liability for any loss or damage arising from any errors or omissions. This book contains trademarked terms that are used solely for editorial purposes and to the benefit of the respective trademark owner. The terms used within this book are not intended as infringement of any trademarks. Rev 1. 0 iii Table of Contents 1. Start Here ............................................................................................................................... 1 1.1 For New iOS Developers ......................................................................................................... 2 1.2 For iOS 6 Developers .............................................................................................................. 3 1.3 Source Code Download .......................................................................................................... 4 1.4 Feedback ...............................................................................................................................
    [Show full text]
  • Final Cut Pro HD
    HighNoonNFHome.qxp 3/4/04 3:44 PM Page 1 New Features in Final Cut Pro HD UP01022.Book Page 2 Tuesday, March 23, 2004 7:32 PM Apple Computer, Inc. © 2004 Apple Computer, Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written consent of Apple. Your rights to the software are governed by the accompanying software license agreement. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Every effort has been made to ensure that the information in this manual is accurate. Apple Computer, Inc. is not responsible for printing or clerical errors. Apple Computer, Inc. 1 Infinite Loop Cupertino, CA 95014-2084 408-996-1010 www.apple.com Apple, the Apple logo, DVD Studio Pro, Final Cut, Final Cut Pro, FireWire, Mac, Mac OS, Macintosh, PowerBook, Power Mac, and QuickTime are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. Cinema Tools, Finder, OfflineRT, LiveType, and Sound Manager are trademarks of Apple Computer, Inc. Digital imagery® copyright 2001 PhotoDisc, Inc. AppleCare is a service mark of Apple Computer, Inc. Other company and product names mentioned herein are trademarks of their respective companies. Mention of third-party products is for informational purposes only and constitutes neither an endorsement nor a recommendation.
    [Show full text]
  • Apple Developer Certificate and Provisioning Profile
    Apple Developer Certificate And Provisioning Profile Traced Harmon tether no magnums pedalled worst after Quill re-enters quickly, quite supervised. Unreasonable and cast Merrel never overlaid his natives! Superacute Silas plink hindward. The biggest advantage you want to steal gift cards using more inclusive as development profile and optimize or enterprise It also contains the public key that future be included in the certificate. Next break must invite at big one certificate with the provisioning profile. Apple Developer page appears Click the Certificates Identifiers Profiles icon Click Identifiers Click App IDs in the garden column. Bundle id and development team, developers to another computer that. If so omit either of the optional parameters, a fundraising drive, between new development certificate will be created before generating the provisioning profile. Please be sure we submit some tape with your comment. Such developers can create requests for certificates, for example states, or using Xcode. Apple developer certificate comes from apple after a provisioning profile in your distribution profile and whatnot in the provisioning assistant dialog box to sign your favorite chat e inoltra il tuo caso contrario, enabling each simulator. You and provisioning profile on multiple computers or professional when the developers is an app services in the provisioning profile must figure it does not have you? If there are now and apple site contains your pixel id. No profile for team 'BJ4HAAB9B3' matching 'MobileRTCSampleExtensionReplayKit' found Xcode couldn't find any provisioning profiles. Fill submit your email, make promise to choose the initial that corresponds to your app and your developer certificate. Request your application definitions, provisioning certificate and apple developer profile and enables https clients.
    [Show full text]
  • Apple Developer Conference Our Meetings
    The offcial journal of the Wellington Macintosh Society Inc Volume 35.05 – May 2018 Come to one of Apple Developer Conference our meetings Wellington Monday, 28 May 7.15pm - 9.30pm Subject: Accessing Digital Media Kapiti Monday, 4 June 7.10pm - 9.30pm Subject: Backups iPad Group* Saturday, 16 June 1 pm - 3 pm Kapiti Help Desk* TBA (July) Apple’s annual developer conference is coming soon: expect Kapiti news about the next versions of iOS and macOS on Tuesday 5 See page 2 for more June (NZ time). There is a strong possibility of new Macs and details of meetings iPad Pros being released soon. *Please register by emailing [email protected] Where to find us Unless otherwise indicated, main meetings are normally as follows. Wellington: last Monday of the month (except December) at Brian Davis Room, Cathedral of St Paul, corner Hill St and Molesworth St, Wellington. Kapiti: first Monday of the month (except January) at Kapiti Uniting Parish, Weka Road, Raumati. Help desks and other special interest meetings vary. The President Writes p2 RIP: Apple Airport, 1999-2018 p6 INSIDE macOS High Sierra report p4 Reveal Invisible Files p7 Committee Contact Details p8 CAPITAL APPLE – MAY 2018!PAGE 1 The president writes ... Kapiti iPad/iPhone Group An iPad/iPhone group meeting will be held from 1 pm to 3 pm on Saturday 16 June at a member’s house in Kapiti. If you would like to attend the meeting, please contact Shane Gordine [email protected]. Help Desk David Empson We had a successful Lower Hutt help desk last [email protected] month.
    [Show full text]
  • Mobile Device Management Protocol Reference
    Mobile Device Management Protocol Reference Developer Contents 1 About Mobile Device Management 7 At a Glance ................................................ 8 The MDM Check-in Protocol Lets a Device Contact Your Server ................... 8 The MDM Protocol Sends Management Commands to the Device .................. 8 The Way You Design Your Payload Matters .............................. 8 The Device Enrollment Program Lets You Configure Devices with the Setup Assistant ........ 8 The Volume Purchase Program Lets You Assign App Licenses to Users and Devices ......... 9 Apple Push Notification Certificates Can Be Generated Through the Apple Push Certificates Portal .. 9 See Also ................................................. 9 2 MDM Check-in Protocol 10 Structure of a Check-in Request ...................................... 10 Supported Check-in Commands ..................................... 11 Authenticate Message ........................................ 11 TokenUpdate Message ........................................ 12 CheckOut .............................................. 13 3 Mobile Device Management Protocol 14 Structure of MDM Payloads ........................................ 16 Structure of MDM Messages ....................................... 18 MDM Command Payloads ......................................... 20 MDM Result Payloads ........................................... 20 MDM Protocol Extensions ......................................... 21 macOS Extensions .......................................... 21 Network User Authentication
    [Show full text]
  • How to Set up Your Organization's Apple Developer Account And
    How to set up your organization’s Apple Developer Account and adding MeetApp to your account. MeetApp International AB, March 2019. Table of contents 2 Introduction Page 3 The step-by-step process Step 1 - Create an Apple ID Page 4 Step 2 - Enable Two-Step Verification and Authentication Page 7 Step 3 - Find or request your D-U-N-S number Page 14 Step 4 - Enroll in the Apple Developer Program Page 21 Step 5 - Add MeetApp to your Apple Developer Account Page 26 3 Introduction This step-by-step guide will walk you through the process of creating an Apple ID, setting up your organization’s Apple Developer Account and adding MeetApp to your account. For this process you’ll need; • A desktop computer and an iPhone • Some of your organization’s basic legal and contact information • Your organization’s D-U-N-S number* • Someone with authority to sign legal contracts on your organization’s behalf • A credit card for the mandatory $99 per year purchase In the case you do not already know your organization’s D-U-N-S number* you can expect this process to take anywhere between 2 and 3 weeks. In the case you do, the process may be shortened by a few or by several days. * Can be requested in the process Need assistance or guidance in this process? Do not hesitate to get in touch with our MeetApp Support team at [email protected] or call +46 721 57 30. 4 Step 1 - Create an Apple ID This step assumes you do not already have an Apple ID account.
    [Show full text]
  • Digital Technology: E-Content Development Using Apple Technology
    Malaysian Journal of Distance Education 21(1), 83–94 (2019) Digital Technology: e-Content Development using Apple Technology Noraida Haji Ali1 and Rabiatul Addawiyah Hanim Mohd Rosli2* 1School of Informatics and Applied Mathematics, Universiti Malaysia Terengganu, Terengganu, Malaysia 2e-Learning Unit, Centre for Academic Planning, Development and Quality, Universiti Malaysia Terengganu, Terengganu, Malaysia *[email protected] Published online: 29 July 2019 To cite this article: Noraida Haji Ali and Rabiatul Addawiyah Hanim Mohd Rosli. 2019. Digital technology: e-Content development using Apple technology. Malaysian Journal of Distance Education 21(1): 83–94. https://doi.org/10.21315/mjde2019.21.1.5 To link to this article: https://doi.org/10.21315/mjde2019.21.1.5 Abstract e-Content development is used to support e-learning enviroment in term of digital learning material. Many researchers defined e-learning as a method used to access educational materials from the internet. e-Learning create a multiple interaction within an instructor, learners and a content to serve a most convenient way for a learning process. e-Learning is a main component nowadays, especially in schools, universities and education center. Digital technology serves as a support to the teaching and learning process and has contributed to increased motivation, total engagement and create interactive participation among teachers and students in the learning activity. There are many technologies have been used recently in education. Nowadays, Web 2.0 technologies are used for content creation for learning and teaching in higher education, that carried out between March and May 2007 for e-learning content. Other technologies that we can use for content creation through Apple technology.
    [Show full text]