Posts

Post not yet marked as solved
4 Replies
0 Views
Would you have (or know where it would be available) an example of a xCode project with the few lines of code that are working for that purpose, so that I can check if it works for me, and in that case what are the differences with my few lines of code ?ThanksNicolas
Post not yet marked as solved
4 Replies
0 Views
Thanks for your help.I saw this possible reason in the documentation; I only have the function application(_:didFinishLaunchingWithOptions:)that returns true:func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. print("did finish launching") return true }