What makes data from specific database could be retrieved from iOS app(Swift)?

dont see hosting link for that specific database

What do you mean by “specific database” ?

Sorry, I mean table

Hi Andreas,

You could investigate this docs about data retrieving: basic & relations.
Hope some samples from our BlogFeatureDay project (for example, F16RetrievingData, F21RetrievingAutolodedData, F22OneStepDataLoading, F25RetrievingGeoPoints, etc) will be helpful for you.

Regards,
Slava

Thanks for your reply. But thing that i want to know is in Backendless all we need to do is adding frameworks, app ID and key? Normally we need URL for database that is stored in hosting and networking code too. Im doing my first app and that makes me feel little bit confuse.

You use the API which will handle all the database operations. Start with the following guide, it will give you an idea:

https://backendless.com/mobile-developers/quick-start-guide-for-ios

Mark