-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Version to 4.3.0.0.0 #25
Conversation
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec| | |||
|
|||
# Minimum supported versions | |||
spec.swift_version = '5.1' | |||
spec.ios.deployment_target = '12.0' | |||
spec.ios.deployment_target = '13.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to upgrade? BidMachine 3.0.0 supports iOS 12+ and this adapter is not on 5.x yet.
https://github.com/CocoaPods/Specs/blob/master/Specs/4/0/5/BidMachine/3.0.0/BidMachine.podspec.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
It's not uncommon for ad SDKs to have a minimum supported version while keeping an older one as the podspec deployment target. This way they can still be integrated in apps that have to support old OS versions, although they don't serve ads for them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version should be the same as the partner podspec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's amazing 😂
Adapter version '4.3.0.0.0', partner version '~> 3.0.0'
One change to the code: we're requesting a key from the BidMachine SDK and sending it to the backend so they can use the corresponding endpoint URL for bidding.