I am working on getting the facebook API working for iOS, and the FB registration page requires the Bundle ID of the project. How can I get this information? I read someth
let bundleId = Bundle.main.bundleIdentifier
let bundleId = Bundle.main.infoDictionary?["CFBundleIdentifier"] as? String