Skip to content

chore: update openiap apple version to 1.3.15#3149

Merged
hyochan merged 1 commit intomainfrom
chore/openiap-apple-1.3.15
Feb 12, 2026
Merged

chore: update openiap apple version to 1.3.15#3149
hyochan merged 1 commit intomainfrom
chore/openiap-apple-1.3.15

Conversation

@hyochan
Copy link
Owner

@hyochan hyochan commented Feb 12, 2026

Summary

  • Sync with OpenIAP apple 1.3.15
  • Includes watchOS platform compatibility fixes
  • iOS 15 compatibility for priceFormatStyle API
  • visionOS support for UIWindowScene

Related

Changes

  • Update openiap-versions.json (apple: 1.3.14 → 1.3.15)
  • NitroIap.podspec automatically uses new version

Test Plan

  • yarn typecheck passes
  • yarn test passes (244 tests)
  • Pre-commit checks passed

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated Apple component version to 1.3.15.

- Sync with openiap apple 1.3.15
- Includes watchOS platform compatibility fixes
- iOS 15 compatibility for priceFormatStyle API
- visionOS support for UIWindowScene

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @hyochan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the openiap-versions.json configuration to reference a newer version of the OpenIAP Apple library. This change is crucial for integrating recent improvements, including enhanced compatibility across various Apple platforms like watchOS and visionOS, and ensuring proper functionality with specific iOS 15 APIs. The update ensures that downstream dependencies automatically pick up these critical fixes and features.

Highlights

  • OpenIAP Apple Version Update: Synchronized the OpenIAP Apple version to 1.3.15, bringing the latest fixes and features.
  • Platform Compatibility: Incorporated watchOS platform compatibility fixes and added visionOS support for UIWindowScene.
  • iOS 15 Compatibility: Ensured compatibility with iOS 15 for the priceFormatStyle API.
  • Configuration Update: Updated the openiap-versions.json file to reflect the new Apple version.
  • Automatic Podspec Update: The NitroIap.podspec will now automatically utilize the newly specified version.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • openiap-versions.json
    • Updated the 'apple' version from '1.3.14' to '1.3.15'.
Activity
  • The yarn typecheck command passed successfully.
  • All 244 yarn test cases passed.
  • Pre-commit checks were completed without issues.
  • The pull request was generated with Claude Code.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

📝 Walkthrough

Walkthrough

Updated the Apple OpenIAP package version from 1.3.14 to 1.3.15 in openiap-versions.json. No structural or functional changes to the file.

Changes

Cohort / File(s) Summary
Version Bump
openiap-versions.json
Updated Apple OpenIAP package version from 1.3.14 to 1.3.15.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

dependencies, 💲 openiap, 📱 iOS

Poem

🐰 A version bump, so swift and small,
From 1.3.14, we heed the call,
To 1.3.15 it now shall be,
Apple's OpenIAP runs happily! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating the OpenIAP Apple version to 1.3.15, which matches the primary change in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/openiap-apple-1.3.15

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the openiap-apple dependency from 1.3.14 to 1.3.15 in the openiap-versions.json file. This change aligns with the latest OpenIAP apple release, which, as noted in the description, brings compatibility fixes for watchOS and iOS 15, as well as support for visionOS. The change is straightforward and correct. No issues were found in this pull request.

@hyochan hyochan merged commit a524fdd into main Feb 12, 2026
2 checks passed
@hyochan hyochan deleted the chore/openiap-apple-1.3.15 branch February 12, 2026 07:32
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.

1 participant