-
Notifications
You must be signed in to change notification settings - Fork 5
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
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
サブスクリプション登録者の獲得と維持を促進する新機能が追加されました。 | ||
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) | ||
|
||
様々な機能の強化、修正が行われました。 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@treastrain
追加しました! : 068e86c