I've created a MacOS app in swift that aggregates data from publicly accessible web sites to display information like stock quotes. It uses calls like:
XMLDocument(contentsOf: url, options: [])
To get an XML representation of the data, then uses xpath to extract the elements I want.
I'm considering submitting this app to the App Store for approval and listing. Is this kind of activity allowed, or would the application be rejected for any reason?
I haven't done a deep dive into what the rules are with respect to what the do's and don'ts are for app approval. Any experience would be appreciated!
thanks, Scott