Does a .json API need to be secure (https) to be used in iOS app development? -


i building first app using api (http://api.open-notify.org/iss-now.json). doesn't support https prevent me successful submission in ios app store?

yes. app transport security forces use https. define exceptions, apple automatically reject app unless you've contacted apple , provided detailed explanation, why can't use https.

see session 706 of wwdc 2016 more information. this thread in developer forums may contain useful information you, too.


i recommend set https on server. let's encrypt provides possibility certificates free.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -