I am using AWSIoT iOS SDK (version 2.6.0) in my current application.
To subscribe the topic currently, we are using below method of SDK
- (BOOL) subscribeToTopic:(NSString *)topic
QoS:(AWSIoTMQTTQoS)qos
extendedCallback:(AWSIoTMQTTExtendedNewMessageBlock)callback
Can you please let me know how can we subscribe to multiple topics with the single method call?
Thanks in advance.