I am not sure whether it's possible or not but I want to perform GET API call from share extension and display result on it.
Not sure how Whatsapp is performing POST call from share extension. Any suggestion would be helpful.
Finally, I got working solution using NSURLSession, I tried Alamofire but it was not working. Thanks Salman for your suggestion. :)
I think Alamofire is not available because in my pod file I have not set target to extension's target