IOS App Basics

Source: Internet
Author: User

1). Info.plist:iOS through it and app interaction

the Info.plist file contains metadata about your apps, which the system uses to interact with your app.

The Information property List File

Xcode uses information from the General, capabilities, and Info tabs of your project to generate a information property List (info.plistat Compile time. The info.plist file is a structured file, contains critical information about your A PP ' s configuration. It is used by the app Store and by IOS to determine your App's capabilities and to locate key resources. Every app must include this file.

Whenever possible, use the general and Capabilities tabs to specify the configuration information for your app. Those tabs contain the most common configuration options available for apps. If you don't see a specific option on either of those tabs, use the Info tab.

2). A Declaration of the app ' s required capabilities:

The app Store uses this information to determine whether or not a user can run your App on a specific device.

3). App Bundle

An IOS app bundle contains the app executable file and supporting resource files such as app icons, image files, and local ized content.

For more information about the structure of a IOS app bundle, see Bundles ProgrammingGuide. For information what to load resource files from your bundles, see Resource ProgrammingGuide.

Reference: APP Programming Guide for IOS

IOS App Basics

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.