Closed zhoupIT closed 7 years ago
Hi @zhoupIT
nextResultsURL
will contain a link to more results but only if there are more results. Otherwise is nil
.
If you are running query like you posted above with parameters: @{@"uniqueId":@"b05C6"}
you are asking for one particular beacon so there will be no more results but just this one device.
Hello there!
I have used the method getObjects to get my gateway devices,and your tips tell me I can get more results when use the following example,but i found the value of response.nextResultsURL is nil.It will cause an error "unsupported URL".