bitly / bitly_ios_sdk_release

Bitly SDK for iOS
MIT License
8 stars 4 forks source link

iOS SDK | All fields in Response object are nil #5

Closed iUsmanN closed 3 years ago

iUsmanN commented 3 years ago

I have been trying to shorten my urls using Bitly. While a CURL works perfectly fine, the iOS SDK is unable to shorten the links.

I have followed the steps outlined in the SDK documentation and initialise the SDK with my Access Token before calling the "shorten" function. Both the response and the error objects in the completion handler have nil in all fields.

Can I get any help in what may be causing this issue ? Is there any specific setup to be done on the Bitly settings to use the SDK ?