Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS App Submission Routing App

I am trying to submit my app for review in Itunes Connect, but when I try to submit it I get an error:

To configure this app as an IOS routing app, upload a routing app coverage file on the app's Version page in My Apps on iTunes Connect. To configure your app as an IOS routing app, the app's Info.plist must contain the MKDirectionsApplicationSupportedModes key.

So in my project, in the Capabilities, the Maps is turned off. I do have the MapKit.framework in my project, as I do utilize the map, however I do not ever show routing information nor provide it in my app. Is the fact that this framework in my project causing this ITunes Connect error, and if so, how do I go about fixing it. And by fixing it, I want it to turn off routing.

My app is not made to provide routing information, nor do I want to set it as an iOS routing app.

Any help would be appreciated.

I am using XCode 6.

like image 781
user3007080 Avatar asked Feb 01 '15 03:02

user3007080


1 Answers

I figured it out. In my info plist there was a document type name of MKDirectionsRequest. Removing that solved the problem.

like image 157
user3007080 Avatar answered Oct 10 '22 16:10

user3007080