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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -