Will apple approve app which internally uses library developed by Google?
I am using GDataXML
library developed by Google as part of their Objective-C client library. As its Google’s XML processing library and I heard that Apple don’t allow to use any third party libraries in app, will they allow this one?.
(I am using this library because many iOS geeks suggest to use this one!!).
Why it is necessary to to test my iPhone app on actual iPhone device
I developed one application for iPhone and now I want it on App Store. So many my iOS geek friends told me to test it on actual device i.e. on iPhone.
iOS – Unit tests for KVO/delegate codes
I am going to design a MVC pattern. It could be either designed as a delegate pattern, or a Key-Value-Observing(KVO), to notify the controller about changing models. The project requires certain quality control procedures to conform to those verification documents.
How can we distribute a client app to other non-US businesses?
I’m working on an app which acts as a client for our web service. We sell this service to businesses, and we want to distribute the app to their employees for free. The app will be customised for each client.
Best strategy for supporting multiple server communication from iPhone/android app?
I’m making an app that will be used in multiple hospitals in the US. As per HIPAA
compliance requirement, every hospital will have its own server that complies with these requirements of ensuring patient data security, etc.
What are some general guidelines for setting up an iOS project I will want to personally publish but sell in the future? [closed]
Closed 10 years ago.
How to run any cronjobs using Objective-C at iOS Platform
Is there any way to run schedulers / schedule programs for example Cron Jobs using Objective-C at iOS Platform?
How to check any undocumented methods provided by apple?
The following tools is provided by Apple
Good example of gprof, for iOS project
The GNU profiler gprof
, can be used to profile any application right on the device, allowing real world profiling.
Could Apple and Microsoft allow the GPLv3 on their locked-down devices?
It seems that both Apple and Microsoft prohibit GPLv3-licensed software in the app stores for their locked-down devices (i.e. iOS, Windows Phone and the Metro part of Windows). I have heard various explanations for this. However: Would they even be able to allow this license in their app stores if they wanted to, or does the GPL’s anti-tivoization clause already prohibit this?