Skip to content

chore: [SDK-5280] raise minimum iOS version to 15 - #204

Merged
nan-li merged 1 commit into
mainfrom
nan/sdk-5280
Sep 22, 2026
Merged

nan-li merged 1 commit into
mainfrom
nan/sdk-5280

Conversation

@nan-li

@nan-li nan-li commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Description

One Line Summary

Raise the minimum iOS version from 12.2 to 15.0. SDK-5280.

Details

Motivation

Xcode 27 rejects deployment targets below iOS 15, and the next OneSignal iOS SDK release raises its minimum to 15 (OneSignal/OneSignal-iOS-SDK#1749). A wrapper that declares a lower minimum than the native SDK it depends on cannot be integrated, so it moves with it.

Scope

  • OneSignalSDK.DotNet.iOS and OneSignalSDK.DotNet.iOS.Binding set SupportedOSPlatformVersion to 15.0 (was 12.2).
  • The nuspec comment and README say iOS 15.0.
  • The example apps already target 15.0. The vendored xcframeworks are unchanged until the native release with the same bump is bound.

Apps that target iOS 12.2 to 14 can no longer use this SDK, so the release needs a minor version bump and a release note.

Testing

Unit testing

No test changes.

Manual testing

Not run. The change is two project properties, a comment and a README line.

Affected code checklist

  • Notifications
    • Display
    • Open
    • Push Processing
    • Confirm Deliveries
  • Outcomes
  • Sessions
  • In-App Messaging
  • REST API requests
  • Public API changes

Checklist

Overview

  • I have filled out all REQUIRED sections above
  • PR does one thing
  • Any Public API changes are explained in the PR details and conform to existing APIs

Testing

  • I have included test coverage for these changes, or explained why they are not needed
  • All automated tests pass, or I explained why that is not possible
  • I have personally tested this on my device, or explained why that is not possible

Final pass

  • Code is as readable as possible.
  • I have reviewed this PR myself, ensuring it meets each checklist item

🤖 Generated with Claude Code

Xcode 27 rejects deployment targets below iOS 15 and the next OneSignal iOS SDK release raises its minimum to 15. A wrapper that declares a lower minimum than the native SDK it depends on cannot be integrated, so it moves with it. Apps that target iOS 12 to 14 can no longer use this SDK.
@nan-li
nan-li requested a review from a team as a code owner September 21, 2026 19:21
@nan-li
nan-li changed the base branch from 6.4-main to main September 22, 2026 20:29
@nan-li
nan-li merged commit 23ce272 into main Sep 22, 2026
4 checks passed
@nan-li
nan-li deleted the nan/sdk-5280 branch September 22, 2026 20:33
@nan-li nan-li mentioned this pull request Sep 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants