I have an application that uses MapKit/Internet connection OR CoreLocation to make its job. I don’t want users to be able to download (buy) the app if they do not have those both functions. Having one or the other would be ok.
What may I define in my project to prevent download from those users (if they exist) who don’t have any of those functions on their devices ?
you can specify a minimum OS if you are using functions that are not compatable with older OS’s but any reasonably upto date device has those functions.