Is it possible to use the live api data in an android app. I have read the t & c s and it mentions not for commercial use but what does that mean, that I can not charge for it? Can I publish the app on the app store once built and place ads in it?
Hi,
How did you include the dependency for the API in android studio?
I receive an error when I try to do this in the build.gradle file:
dependencies {
implementation 'org.opensky:opensky-api:1.3.0'
}
The error is: ERROR: Failed to resolve: org.opensky:opensky-api:1.3.0