I am trying to query all the features from my database through a querytask, but no delegate methods are being invoked.I created a strong property AGSQueryTask :@interface MyClass : NSObject <AGSQueryTaskDelegate>
@property(nonatomic, strong)AGSQueryTask* queryTask;
set the delegate as self: self.queryTask.delegate = self;
but nothing happens.Ideas?