Mahesh
Mahesh

Reputation: 1

Will Apple accept if the app built with Base SDK iOS4.1 , not with iOS4.2?

I have installed the latest iOS4.2.1 for my app development recently. I have developed the Universal App built with Base SDK iOS4.2 and target SDK3.0.

When I test the app in iPad, there is no issue. But when I test the app in iPhone with iOS4.2.1, there is problem on typing in the Textfield, the app crashes. So, I built the app in XCode by setting Base SDK as OS4.1, this issue won't happen in the iPhone with iOS4.2.1. So I have planned to built the app with Base SDK 4.1.

As the latest version of iOS is 4.2.1, will Apple accept my app built with iOS4.1?

Thanks in advance.

Kind Regards, Mahesh.

Upvotes: 0

Views: 259

Answers (2)

Stephen Darlington
Stephen Darlington

Reputation: 52575

As far as I know they accept apps built against the 4.x API, so you should be fine.

However, the real solution here is to fix the bug that causes the crash. Nothing has changed substantially with text field delegates since the first SDK (2.x) so it seems unlikely that a 0.1 update to the OS is the underlying cause of the problem.

Upvotes: 1

Marcelo Cantos
Marcelo Cantos

Reputation: 186098

I don't know for sure, but since there are tons of apps currently on the AppStore that weren't built against SDK 4.2, I'd be surprised if this was an issue.

Upvotes: 0

Related Questions