Post

Replies

Boosts

Views

Activity

Reply to App iPhone launch error.
Do you try to launch in simulator or on device ? First try on simulator. Then, in Xcode, select your app name at the top of the list in the left panel (the file browser panel). select TARGETS select Signing and Capabilities Do you notice any error indicated there ? What do you get here, precisely ? Why have you co.hashyap… and not com.hashyap… Also try to do an option-clean-build-Folder in Xcode (Product menu).
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’21
Reply to Save When Program Exits
Do it here (and test with the print): func applicationWillTerminate(_ application: UIApplication) { // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. print("End") // Save here }
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’21
Reply to Localisation for local notification - Strange behaviour in action buttons
while showing the notification in Spanish; the description shows in Spanish and the action buttons are in English and vice-versa Which buttons precisely ? What is the iPhone language setting ? I do not find where you tried to ;localise those buttons ; if so, they are displayed in the language of settings. Have a look here for a somewhat similar issue: https://developer.apple.com/forums/thread/667963?page=1#649779022
Apr ’21
Reply to Can you develop apps for iOS 14 using XCODE 7
ASAP is not a word for this forum. No one is here to answer on notice🙂. Even if that were possible, you could not submit to appstore: Starting April 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK. For more details : https://developer.apple.com/app-store/submissions/ If it is for your personal use, just try it… https://stackoverflow.com/questions/62526772/device-support-files-ios-14-for-xcode11
Apr ’21