IPhone application with maps & map routes

I am developing an iPhone application whose one of the feature is drawing routes on map. My application has support for iOS4+ which means it has to support maps on iOS6 as well.
I am using sample code from  https://github.com/kadirpekel/MapWithRoutes to draw routes.
But this has used google's unofficial API "https://maps.google.com/maps". On surfing i found that to make these url work on iOS6 just use "https://maps.apple.com/map. This works fine on ios6 as well as previous iOS. I tried sample & everything works fine on ios 6 as well as ios 4 & ios 5.
Only I want to know, has anyone used this url before. Is this the correct solution to my problem. Will my application be accepted successfully at submission time?

Only Apple knows if a solution will be accepted or not. If you are using any method other than Apple's official MapKit, then you are playing with fire.

Similar Messages

  • Unable to update iPhone Application with ApplicationLoader

    I'm having a problem updating my iPhone application with the applicationLoader. It says it was completed uploading but in the iTunesConnect interface it still says "Waiting for Upload". I've tried uploading about 20 different times now, and attempted to contact Apple support on multiple occasions about this.
    Anyone have any tips on how to work around this, or get it to work? I've tried resetting the preferences of ApplicationLoader and it hasn't helped.
    Thanks

    2 weeks - no reply....

  • I am unable to sync my all iphone application with itunes..

    I am unable to sync my all iphone application with itunes..

    are they missing, or are you out of space?

  • IPhone Application With 2 Windows

    I am trying to create an iPhone application with 2 windows. However - I do know how to exactly. Does anyone know where to find a tutorial or example?
    My other window created is always null.

    To make the following example, start a new project with the Window-based App Template and name it TwoWin:
    // TwoWinAppDelegate.h
    @interface TwoWinAppDelegate : NSObject <UIApplicationDelegate> {
    UIWindow *window;
    UIWindow *window2;
    @property (nonatomic, retain) IBOutlet UIWindow *window;
    @property (nonatomic, retain) IBOutlet UIWindow *window2;
    - (IBAction)switchWindow;
    @end
    // TwoWinAppDelegate.m
    #import "TwoWinAppDelegate.h"
    @implementation TwoWinAppDelegate
    @synthesize window;
    @synthesize window2;
    - (IBAction)switchWindow {
    NSLog(@"%s:
    window=%@
    window2=%@", _func_, window, window2);
    if (window.keyWindow) {
    [window2 makeKeyAndVisible];
    window.hidden = YES;
    window2.hidden = NO;
    else {
    [window makeKeyAndVisible];
    window.hidden = NO;
    window2.hidden = YES;
    NSLog(@" window.keyWindow=%d window2.keyWindow=%d",
    window.keyWindow, window2.keyWindow);
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    [window makeKeyAndVisible];
    window2.hidden = YES;
    - (void)dealloc {
    [window2 release];
    [window release];
    [super dealloc];
    @end
    MainWindow.xib looks like this (when the "View Mode" is in the Center position so a two column table is displayed with the view hierarchy as a tree of small icons to the left):
    File's Owner -- UIApplication
    First Responder -- UIResponder
    Two Win App Delegate -- TwoWinAppDelegate
    Window -- UIWindow
    ......View -- UIView
    ............Rounded Rect Button (Switch1) -- UIButton
    Window2 -- UIWindow
    ......View2 -- UIView
    ............Rounded Rect Button (Switch2) -- UIButton
    The XIB connections:
    File's Owner:
    ......'delegate' outlet to App Delegate
    App Delegate:
    ......'window' outlet to Window
    ......'window2' outlet to Window2
    Rounded Rect Button (Switch1):
    ......'Touch Up Inside' to App Delegate: switchWindow
    Rounded Rect Button (Switch2):
    ......'Touch Up Inside' to App Delegate: switchWindow
    The View1 and View2 frames are manually set to full-screen less status bar since no view controllers are used in this example. E.g., for iPhone, set these frames to (0, 20, 320, 460) in the Size Inspector. It's also helpful to set View1 and View2 to different background colors in the Attributes Inspector.
    - Ray

  • Does any iPhone work with map messaging?

    II'm using my iPhone 3GS In my ford vehicle with the sync system. My phone doesn't support MAP, so I can't take advantage of the text messaging features. Are there any apps to remedy this, or maybe a newer iPhone that supports MAP?

    Not sure if your iPhone is compatible? Start here:
    iPhone 5s
    Purchase Date: After September 20th, 2013
    Model Number: A1533
    iPhone 5c
    Purchase Date: After September 20th, 2013
    Model Number: A1532
    iPhone 5
    Purchase Date: After April 11th, 2013.
    Model Number: A1428
    Serial Number: Must contain the following sequence
    White 16GB - FH1C
    Black 16GB - FH19
    White 32GB - FH1D
    Black 32GB - FH1F
    White 64GB - FH1G
    Black 64GB - FH1H
    **The original iPhone, iPhone 3G, iPhone 3Gs, iPhone 4, iPhone 4s are not compatible with the WIND network**

  • IPhone Application with Addons or Extra Packages

    I'm looking to start development on an iPhone application, but I have a question on how extending the app would work.
    The base application needs to rely on packages for content, which themselves will be individually purchased through the iTunes store. These packages add additional content to the base application, and should not replace the app or existing content previously purchased.
    Is a model like this possible?

    Proceed carefully. As things are now the downloads are separate but can be linked together using device ID and external server. You'll have to make sure your model, package, icons are intuitive and clear on how it works. You'll be using Apple's system as a token delivery system and get the content to the mail app otherwise.
    This is one way I would do this:
    Lets say my main app is a "Speak them All!" language program that comes with four popular languages and the other apps are for different languages. I would make them as:
    Main app, "Speak them All!", runs:
    1 - Register device ID with external server.
    2 - Get list of languages (and content) for device ID from external server. If updates to language files or new language files, get the updates.
    "Flemish" expansion app Runs:
    1 - See if device ID is registered with external server.
    2A - If Yes in step 1, ask user if they would like to add Flemish to "Speak them All!" and after they give the expected Yes answer, register language "Flemish" with the server and tell user "Done! Flemish has now been added to "Speak them All!". You can now delete this expansion."
    2B - If No in step 1, let them know that the expansion should be run after "Speak them All!" has been loaded and ran.
    Hope it helps.

  • Unable to link my iphone 3 with my wrt320n router

    my iphone will not accept my router password. when i begin entering the p'word in the iphone setup screen the "join" button turns off. any suggestions??

    Check your password again. It needs to be at least 8 characters long.

  • Application with Maps

    Does Oracle have a product for producing maps.
    I have an application in Apex that the user types upto 10 different coordinates. I would like to produce a map based on these coordinates. I cannot use google maps as we are not allowed to call out to external applications ?
    Any ideas appreciated
    Gus

    Hi Gus,
    You can use Oracle Mapviewer -
    http://www.oracle.com/technology/products/mapviewer/index.html
    there's a nice whitepaper on integrating Mapviewer with Apex too -
    http://www.oracle.com/technology/products/mapviewer/pdf/mapviewer_apex.pdf
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • ESA webservice in IPHONE application

    Hi all,
    I want to build a IPHONE application with a connection to SAP by using webservices. Has someone already done this?
    Kind Regards,
    Richard

    A bit of a late reply, but YES.
    I've been working on such an application for quite a while now. The main problem with doing this, apart from there being no web service API in the SDK is that using SOAP isn't recommended for various reasons. We have therefore taken the step of implementing our services as REST services; these are much simpler and I have been told will be available for Netweaver web services in future.
    As a starting point you could look at this blog, was very helpful to me to assess the webservice requirements.
    Link: [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/web-application-server/p-r/real%20web%20services%20with%20rest%20and%20icf.article]
    In terms of the phone app, you should aim to create a single web service requester class which can accept and forward requests for any relevant REST service that you have published.

  • Large (1gb+) iphone application development

    I'm looking for experience in developing iphone applications with large data sets. I have a sqlite database that is 1gb+ and would like to include it with my application. Unfortunately, I cannot even get Xcode to run it on the simulator unless I reduce the database size substantially.
    I'm wondering if there is a timeout setting somewhere that is getting triggered and killing the upload process?
    When I try to run the large application on my device, I get the following error message:
    "Operation could not be completed. (com.apple.dtdevicekit error 49164.)
    I've thought of other alternatives, such as downloading the database inside the application, but am unclear if this is a desired workaround.
    Anyone have any experience with developing large applications?

    I've never built an app that was 1% of that size, but hope my opinion might be helpful to you anyway.
    As you may know, the hard limit for an iPhone app bundle is 2 Gb. But just from basic engineering experience I'd say 1Gb+ is asking for trouble. In my opinion, the day when you succeed in getting that bundle loaded and tested is when your real problems will begin.
    Is there any way to modularize that database? For example, could you put a small, starter database in the bundle and then let the user download additional modules from your website? I think such a design would not only be technically superior, it would also be better commercially.
    I've read that most users don't look at the size of an app before downloading. I've never met that kind of user. When my kids download music, they count every Mb, and know exactly how much room they have left. If I saw Gb in an app store description I'd have to be very very motivated to read the rest of the page.
    On the other hand, if the app was under 10 Mb, and the description explained that the app could be expanded one package at a time... Well, I'm sure you get the point. Of course making an extensible database out of SQLlite is going to be a nice project.. It's not called Lite for nothing. But that would be my goal.
    Hope that helps!
    \- Ray

  • IPhone application test plan

    Does anybody know of any test plan document to test a new iPhone application with the existing Applications & Functionalities.
    It'll give a good jump start to think of some of the test cases for my application.

    I had the same idea.
    The simplest way would be to log into MobileMe's administrative page as the family member and use the find my phone page to find the other person. Unfortunately, you can't log into MobileMe from Mobile Safari. You are just redirected to a page telling you how to set up mail.

  • If anyone has a simple iPhone application for share ?

    if anyone has a simple iPhone application with teaching comments for share and he can post it here for the begginer developers, Thanks for help.

    Just search the web.  There are lots of tutorials for the beginner.  http://sptci.com/products/articles/iPhoneSDK.pdf had a very simple app creation tutorial at the end.  It should still work, althought that was created a few years ago.

  • Is there an adobe -non coding needed- program for creating iPhone applications?

    hi there,
    i've been asking around for a program that i can create iphone applications with, and so far landed on xCode from apple,
    i haven't tried it yet, but as far as i heard it needs coding, and as a designer i'm not fimiliar with coding languages...
    need a simple, user friendly program to deal with, similar to adobe muse when it comes to designing websites.
    i would much more prefer deal with an adobe program to create applications than an apple's...
    is there one?

    i know one, a coder/programmer, but thought maybe there is program that will allow me to do the whole thing by myself,
    specially when i found out about adobe muse, anyway, thanks a lot for the info.
    wafa'a j.

  • I can't get a signal through whole house because of a brick wall   What range extender do you recommend to be used with my wireless router ( apple brand)

    I can't get a signal through whole house because of a brick wall   What range extender do you recommend to be used with my wireless router ( apple brand)

    Very few 3rd party wireless extenders will work with an Apple router, so your best bet is always to use an extender that is the same brand as the main router. An AirPort Express is a popular choice for this type of application with another Apple router.
    If you had a Cisco router, then a Cisco extender would be your best bet.  Same for Netgear, etc.
    But......a wireless extender can only "extend" the quality of wireless signal that it receives, and not much of a wireless signal is going to make it through a brick wall, so whether any extender might do what you want is open to question.
    You won't know whether an extender using wireless to connect will work to your satisfaction in your home until you actually try it out in your home.
    The performance will always be much better if you can connect the extending device back to the main router using a wired Ethernet cable connection.
    If it is not possible to run the Ethernet cable, a pair of Ethernet power line adapters might be able to send the signal over the existing AC power lines in your home. The theory with these devices is that you already have the wiring in place, you just need the adapters.
    In practice though, things do not always work as well as the theory might suggest, so if you decide to try a pair of adapters, it might be a good idea to understand the store's return policies before you buy.

  • [iPhone] Linking with libcrypto

    How does one actually link an Xcode, iPhone Application with a library like libcrypto? I've tried to add libcrypto.dylib to my Xcode iPhone project, and that doesn't work. The library is added but it appears in red.
    The iPhone system man pages claim support for libcrypto and libssl.
    Thanks,
    Bill

    Did you look at this [sample code|http://developer.apple.com/iphone/library/samplecode/CryptoExercise/index. html]?

Maybe you are looking for