what is new in iPhone 5 and ios6 for development? [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
When iPhone 4 was released , there was a special hardware for Location based services and APIs.But when i saw iphone 5 and ios6 , there was simple some built in applications and some hardware improvements.Is there any special in iOS6 and iphone 5 for development?

you can inform yourself about all new feature after login to the iOS Dev Center. There is an area called "what is new in iOS 6"
https://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Introduction/Introduction.html

Related

Google Map on IOS 6 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have an application that uses maps. In iOS 5 and below, it used Google Maps, but the same application running in iOS 6 shows Apple Maps. However, Apple Maps has some inaccuracies. Is it possible to use Google Maps on my iOS 6 application instead, and if so, how?
Google has an official SDK available at, https://developers.google.com/maps/documentation/ios/

Where can I get the Blackberry 10 Alpha Dev Kit from? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there a download location and dev guidance?
If you mean the Dev Alpha device given to developers to help them test their apps on BlackBerry 10, you will need to attend one of the BlackBerry Jam (for developing consumer apps) or Enterprise Jam (for developing enterprise apps) events and qualify for a device.
Jam events: http://www.blackberryjamconference.com/
Enterprise Jam events: http://www.blackberryjamenterprise.com/

Publish iPhone application on xCode ( Windows ) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I made a Hello world simple application using xCode on Windows 7, I want to Publish it and move it to my iPhone 3g
if any tutorial please tell me :)
It is Xcode ;)
To run your apps at your own devices (not the simulator) you have to be a member of the iOS developer program (developer.apple.com) which costs 99$ a year. With that program you'll be able to download beta content, publish to the AppStore (or try to… ;) ), watch videos on how to develop, …

Capture iPhone/iPad number of pages [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm new to iOS development and I'm trying to understand if is it's possible to capture into my code the number of pages an iPhone/iPad has.... I'm referring to the pages created by the user as more apps are installed on the device... Cheers!
if you mean the number of pages on the iphone home dash board, then no, you will not be able to query that information legally

How to create a rich Text Editor using the new iOS 5 for the iPad? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
If I want to create a RTE using the new iOS beta for developers. How can I do that?
The same way you would on iOS 4, apple didn't release any new Rich Text editing stuff for developers (annoyingly).
The only new rich text editing apple added to iOS was in the Mail app (which was announced in the keynote, so not under NDA).
Have a look at some of these.
EGOTextView : http://www.cocoacontrols.com/platforms/ios/controls/egotextview
BCTextView : http://www.cocoacontrols.com/platforms/ios/controls/bctextview
JTextView : http://codaset.com/jer/jtextview
http://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=rich+text&commit=Search