tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 476 forks source link

Can Apple reject the App Store upload for using rc version of Alamofire? #312

Open arindamdey opened 3 years ago

arindamdey commented 3 years ago

I am using Alamofire & AlamofireObjectMapper in a project with Swift version 5.0 & Deployment Target iOS 11.0. After 'pod install' AlamofireObjectMapper v6.2.0 got downloaded along with Alamofire v5.0.0-rc.2 and ObjectMapper v3.5.1. My question is can Apple reject the App Store upload for using rc version of Alamofire?

Alamofire version: 5.0.0-rc.2 AlamofireObjectMapper version: 6.2.0 Xcode version: 11.3.1 Swift version: 5.0 Platform(s) running Alamofire: iOS 11 onwards (iPhone/iPad) macOS version running Xcode: 10.15.4