Closed Mahadev77 closed 7 years ago
I am using SDK in swift 3.0 using code as bellow...
let queries: [SearchQueryOptions] = [ .queryString("The text to search"), .tags(["list", "of", "tags", "to", "search", "for"]), .genres(["punk", "rock"]), .types([TrackType.live, TrackType.demo]) ]
as above query contains : genre punk and rock But is not returning any tracks.
Please help to solve this problem
Could you tell me which pod version you have installed?
Closing this due to inactivity. Please reopen if needed.
I am using SDK in swift 3.0 using code as bellow...
let queries: [SearchQueryOptions] = [ .queryString("The text to search"), .tags(["list", "of", "tags", "to", "search", "for"]), .genres(["punk", "rock"]), .types([TrackType.live, TrackType.demo]) ]
as above query contains : genre punk and rock But is not returning any tracks.
Please help to solve this problem