Open CatchABus opened 2 months ago
That s bad news. I always wanted to.do the migration but it is quite a lot of work :(
That s bad news. I always wanted to.do the migration but it is quite a lot of work :(
I see and it's unfortunate that it's written in Swift too.
Would we be able to support what AFNNetworking
offers by using existing APIs like URLSession
?
That s bad news. I always wanted to.do the migration but it is quite a lot of work :(
I see and it's unfortunate that it's written in Swift too. Would we be able to support what
AFNNetworking
offers by using existing APIs likeURLSession
?
It would be tough. As for the swift issue not the biggest of deal. We can easily write a swift wrapper which expose itself to objc. Wouldnt be too many methods. My issue is more about finding the corresponding APIs to use with alamofire. I dont find the doc easy to go through
Apple has become strict with privacy and AFNetworking seems to have an impact on it. Users who use that client will be warned by Apple Store:
The library itself has been deprecated and suggests migrating to Alamofire swift library: https://github.com/Alamofire/Alamofire
This is worrying as Apple Store could reject app submissions for such a reason.