iOS/MacBook Development Tricks & Tips
Saturday, June 16, 2018
Uploading files to iCloud
›
This is the steps: 1) Enable iCloud service in the project. 2) In the Info.plist, add the following settings. Please change the ...
Saturday, March 17, 2018
HTML front end with back end with Objective-C
›
We are in the process of revamping all our iOS apps recently using: HTML+CSS+JavaScript to handle the front end and the back end is handled...
Sunday, March 11, 2018
ERROR ITMS-90717 while uploading app
›
While I was uploading my app to Apple App Store using Xcode 9, the following error appear: ERROR ITMS-90717: "Invalid App Store Icon....
ERROR ITMS-90029 while uploading using Xcode 9
›
While I was uploading my app and encountered this error: ERROR ITMS-90029: "Storyboard file 'Main~iphone.storyboardc' was not...
Sunday, July 30, 2017
Local or remote user notification
›
To use the local or remote user notification, first you need to add the reference to the UserNotifications framework. @import UserNot...
Say something... text to speech in iOS
›
In iOS, there is a text to speech framework which is able to say the text that you have typed. The reference that you need in order to use...
Tuesday, April 29, 2014
Creating multiple apps from one project
›
If you are planning to publishing multiple apps from one project (for example, light version and premium version), this will be the article...
›
Home
View web version