Skip to content
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

Create 084-20231225.md #164

Merged
merged 3 commits into from
Dec 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions Content/posts/084-20231225.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
date: 2023-12-25 09:00
description: サブスクリプション向けの条件付き価格設定のお知らせ、iOS 16.7.4 リリース、iOS 17.2.1 リリース など
tags: apple, ios, ipados, macos, swift-composable-architecture, swift-dependencies, Nimble, realm-swift
---
# 084 2023-12-25

## サブスクリプション向けの条件付き価格設定のお知らせ

[https://developer.apple.com/jp/news/?id=6e9odqgu](https://developer.apple.com/jp/news/?id=6e9odqgu)

サブスクリプション登録者の獲得と維持を促進する新機能が追加されました。
Copy link
Member

Choose a reason for hiding this comment

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

こちら、「今は試験運用中で、今後数ヶ月以内に拡大」「もし興味があれば通知の受信登録ができるよ」の段階であることを文章に含めたほうがよいかなと感じました。

Copy link
Member

Choose a reason for hiding this comment

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

@treastrain
追加しました! : 068e86c

App Store でのサブスクリプション向けの条件付き価格設定では、別のサブスクリプションのアクティブな登録者であるユーザーに対し、サブスクリプションを割引価格で提供できます。
今後数か月以内にさらに多くのデベロッパに提供を開始する予定です。ご自身のアプリへの条件付き価格設定の導入に関心がある方は、今から計画を始めて、1 月に詳細が確定次第、通知を受け取れるよう、フォームより登録をリクエストしてください。

## Apple のソフトウェアリリース情報

Apple が提供している OS や IDE のリリース情報です。

### 正式版

- [iOS 16.7.4(20H240)](https://developer.apple.com/news/releases/?id=12192023b)
- [iOS 17.2.1(21C66)](https://developer.apple.com/jp/news/releases/?id=12192023a)
- [iPadOS 16.7.4(20H240)](https://developer.apple.com/jp/news/releases/?id=12192023c)
- [macOS 14.2.1(23C71)](https://developer.apple.com/jp/news/releases/?id=12192023d)

## OSS のリリース情報

iOS アプリ開発でよく使われている OSS のリリース情報です。

### Apple

#### swift-collections 1.0.6

[https://github.com/apple/swift-collections/releases/tag/1.0.6](https://github.com/apple/swift-collections/releases/tag/1.0.6)

バグと様々な箇所が修正されました。

### サードパーティ

#### swift-composable-architecture 1.5.6

[https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.6](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.6)

様々な変更がされました。
このリリースでは、コンポーザブル・アーキテクチャの API に追加や破壊的な変更はありません。しかし、Store.scope オペレーションはパフォーマンスのために大幅にリファクタリングされています。このバージョンへアップグレードした後、アプリケーションを本番環境へリリースする前に、アプリケーションのビューレイヤーを徹底的にテストしてください。

#### swift-dependencies 1.1.5

[https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.5](https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.5)

様々な修正が行われました。

#### Nimble 13.1.1

[https://github.com/Quick/Nimble/releases/tag/v13.1.1](https://github.com/Quick/Nimble/releases/tag/v13.1.1)

cocoapods のリリースを修正しました。

#### realm-swift 10.45.2

[https://github.com/realm/realm-swift/releases/tag/v10.45.2](https://github.com/realm/realm-swift/releases/tag/v10.45.2)

様々な機能の強化、修正が行われました。