Answer Posted / maanya
When you build your iOS app, Xcode packages it as a bundle. A bundle is a directory in the file system that groups related resources together in one place. An iOS app bundle contains the app executable file and supporting resource files such as app icons, image files, and localized content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is @synthesize in objective-c ?
What is main thread checker?
What is category in ios?
what is the method for preventing the quicktime player from capturing streaming videos of ios 8 apps on yosemite while screen recording is on?
What is category and extension in ios?
What is @implementation?
what are the source items used by Xcode?
If you use location services in your app, will it drain your battery.if yes? How can we avoid?
What happens when you invoke a method on a nil pointer?
What is cococa and cocoa touch?
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
In iphone development how to import the private key into your keychain?
What is uikit framework in ios?
How to access the spotlight search feature now?
What happens when we invoke a method on a nil pointer?