Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
Answer / Gaurav Yadav
{"App ID": "A unique identifier for your app, provided by Apple. It is associated with the development and distribution of your app in App Store Connect.","Bundle ID": "A unique reverse-domain-style string that identifies your application within its own code. This value must be unique among all apps in the App Store.","Difference": "App ID is a global identifier used by Apple, while Bundle ID is a local identifier used within your app's source code."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Is appdelegate a singleton?
Mention what is the use of po command in xcode?
What is nsfetchedresultscontroller? How do you turn on content monitoring?
Explain difference between sax parser and dom parser?
Explain difference between coredata & sqlite?
How nsoperationque works?
What is gcd in ios swift?
Why do we override drawrect: method? How to explicitly call it?
Explain the difference between strong and retain.
What is a memory leak in ios?
What is ios closure?
Explain difference between mrc and arc?