-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 240813_WidgetKit,_App_Groups,_Keychain_Access_Group.md
- Loading branch information
Showing
1 changed file
with
119 additions
and
0 deletions.
There are no files selected for viewing
119 changes: 119 additions & 0 deletions
119
...AriNote/TIL.docc/SwiftUI/240813_WidgetKit,_App_Groups,_Keychain_Access_Group.md
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,119 @@ | ||
# 240813 WidgetKit, App Groups, Keychain Access Group | ||
|
||
์ฑ๊ณผ ์์ ฏ๊ฐ์ Keychain, UserDefaults๋ฅผ ๊ณต์ ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด์! | ||
|
||
|
||
8์ 13์ผ (ํ) | ||
|
||
|
||
# ํ์ต๋ด์ฉ | ||
|
||
์์ ฏ์์ ์ฑ์ ์ ์ฅ๋์ด์๋ UserDefaults์ Keychain์ ์ ๊ทผํ๋๋ฐ, ์๋ฌด ๋ฐ์ดํฐ๋ ์กฐํ๋์ง ์์์ ์ด๋ฅผ ํด๊ฒฐํด๋ณด์๋ค. | ||
|
||
|
||
## App Groups์ด๋? | ||
|
||
App Groups์ ํ๋ ์ด์์ ์ฑ์ด๋ ์์ ฏ์ด ๋ฐ์ดํฐ๋ฅผ ๊ณต์ ํ ์ ์๋๋ก ๋์์ฃผ๋ ๊ธฐ๋ฅ์ด๋ค. | ||
์๋ฅผ ๋ค์ด, ์ฑ๊ณผ ์ฑ์ ์ฐ๊ฒฐ๋ ์์ ฏ์ด ๋์ผํ ๋ฐ์ดํฐ๋ฅผ ์ฌ์ฉํด์ผํ ๋ App Groups๋ฅผ ์ฌ์ฉํ๋ฉด ์ฝ๊ฒ ๋ฐ์ดํฐ๋ฅผ ๊ณต์ ํ ์ ์๋ค. | ||
|
||
[์ฃผ์ ๊ฐ๋ ](https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW19)์ ๋ค์๊ณผ ๊ฐ๋ค: | ||
|
||
* App Group ์ค์ | ||
* ๊ทธ๋ฃน์ ์ค์ ํ๋ฉด ๊ฐ์ ๊ฐ๋ฐํ์์ ๋ง๋ ์ฌ๋ฌ ์ฑ์ด ์ ์ฅ ๊ณต๊ฐ์ ๊ณต์ ํ ์ ์๋ค. ์ด ๊ณต๊ฐ์ ์บ์๋ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๊ฐ์ ์ค์ํ ๋ฐ์ดํฐ๊ฐ ์ ์ฅ๋๋ ๊ณณ์ด๋ค. | ||
* ๊ณต์ ๋ฉ์ปค๋์ฆ | ||
* App Group์ ์ํ ์ฑ๋ค์ "Mach IPC and POSIX Semaphores and Shared Memory"์ ๊ฐ์ ํน์ ๊ธฐ์ ์ ํตํด ์๋ก ๋ฐ์ดํฐ๋ฅผ ์ฃผ๊ณ ๋ฐ์ ์ ์๋ค. ์ด ๊ธฐ์ ๋ค์ ์ฑ๋ค์ด ์์ ํ๊ฒ ๋ฐ์ดํฐ๋ฅผ ์ฃผ๊ณ ๋ฐ๋๋ก ํด์ค๋ค. | ||
* ์ค์ ๋ฐฉ๋ฒ | ||
* App Group์ ์ค์ ํ๋ ค๋ฉด ์ค์ ํ์ผ์์ `com.apple.security.application-groups`๋ผ๋ ํค๋ฅผ ์ฌ์ฉํด์ผ ํ๋ค. ์ด ํค๋ ๋ฐฐ์ด ํํ๋ก ์ด๋ฃจ์ด์ ธ ์์ผ๋ฉฐ, ๋ฐฐ์ด ์์๋ ํ๊ฐ ์ด์์ ๋ฌธ์์ด์ด ๋ค์ด๊ฐ์ผ ํ๋ค. | ||
* ๋ณดํต ๋ฌธ์์ด์ ๊ฐ๋ฐํ ID์ ์์๋ก ์ ํ ์ด๋ฆ์ผ๋ก ์ด๋ฃจ์ด์ ธ ์๋ค. | ||
|
||
```xml | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>DG29478A379Q6483R9214.MyAppGroup1</string> | ||
<string>DG29478A379Q6483R9214.MyAppGroup2</string> | ||
</array> | ||
``` | ||
|
||
## UserDefaults๋ฅผ ์ฑ๊ณผ ์์ ฏ์ด ๊ฐ์ด ๊ณต์ ํ๋ ๋ฐฉ๋ฒ | ||
|
||
๋จผ์ ์ฑ๊ณผ ์์ ฏ Target์ App Group์ ์ถ๊ฐํด์ฃผ์ด์ผ ํ๋ค. | ||
|
||
### 1. **Xcode์์** App Group ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ | ||
|
||
* Xcode์์ ํ๋ก์ ํธ ๋ด ์ผ์ชฝ ์ฌ์ด๋๋ฐ์์ 'ํ๋ก์ ํธ ์ด๋ฆ'์ ํด๋ฆญํ ํ Targets ๋ฆฌ์คํธ์์ ํด๋นํ๋ ์ฑ์ ์ ํํ๋ค. | ||
* ์๋จ์ 'Signing & Capabilities' ํญ์ ํด๋ฆญํ๋ค. | ||
* ํ๋ฉด ์ผ์ชฝ์ '+ Capability' ๋ฒํผ์ ํด๋ฆญํ๊ณ `App Groups`๋ฅผ ์ ํํ๋ค. | ||
* App Groups๊ฐ ์ถ๊ฐ๋๋ฉด, 'Add a new App Group' ๋ฒํผ์ ๋๋ฌ ์๋ก์ด ๊ทธ๋ฃน์ ์ถ๊ฐํ ์ ์๋ค. | ||
* ์๋ก์ด ๊ทธ๋ฃน์ ์ถ๊ฐํ ๋ ์๋ณ์๋ฅผ ์ ๋ ฅํ๋ค. ๋์ค์ ๋ฐ์ดํฐ ๊ณต์ ๋ฅผ ์ํด ์ฌ์ฉ๋๋ค. | ||
|
||
### 2. **entitlements** ํ์ผ์์ App Group ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ | ||
|
||
* ํ๋ก์ ํธ ๋ด์์ `.entitlements` ํ์ผ์์ `<key>`์ `<array>` ํ๊ทธ๋ฅผ ์ฌ์ฉํด ๋ค์๊ณผ ๊ฐ์ด App Group์ ์ถ๊ฐํ๋ค. | ||
|
||
```xml | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>group.com.domain.appName</string> | ||
</array> | ||
``` | ||
|
||
# | ||
|
||
์ด๋ ๊ฒ ์ฑ ํ๊ฒ๊ณผ ์์ ฏ ํ๊ฒ์ App Group์ ์ถ๊ฐํ๋ฉด ๊ณต์ ์ปจํ ์ด๋๋ฅผ ํตํด File, UserDefaults, Core Data ๋ฑ์ ๊ณต์ ํ ์ ์๊ฒ ๋๋ค. | ||
|
||
์ถ๊ฐํ ์ฑ ๊ทธ๋ฃน์ ํตํด UserDefaults์ ๋ฐ์ดํฐ๋ฅผ ์ ๊ทผํ๋ ค๋ฉด ์๋์ ๊ฐ์ด ์ ๊ทผํ ์ ์๋ค: | ||
```swift | ||
let userDefaults = UserDefaults(suiteName: "group.com.domain.appName") // ์ฑ ๊ทธ๋ฃน์ ์๋ณ์ | ||
``` | ||
|
||
## Keychain์ ์ฑ๊ณผ ์์ ฏ์ด ๊ฐ์ด ๊ณต์ ํ๋ ๋ฐฉ๋ฒ | ||
|
||
๊ธฐ์กด์ ์ฐ๋ฆฌ ํ๋ก์ ํธ๋ ๋น๋ฐ๋ฒํธ ๊ฐ์ credentialํ ์ ๋ณด๋ keychain์ ํตํด ์ ์ฅํ๊ณ ์๋ค. | ||
์ด๋ฐ ์ ๋ณด๊ฐ ์์ ฏ์์๋ ํ์ํ ๊ฒฝ์ฐ๊ฐ ์์ด์ ์์๋ณด์๋ค. ๋ฐฉ๋ฒ์ App Groups์ ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ๊ณผ ๊ฝค๋ ์ ์ฌํ๋ค. | ||
|
||
### 1. **Xcode์์** App Group ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ | ||
|
||
* Xcode์์ ํ๋ก์ ํธ ๋ด ์ผ์ชฝ ์ฌ์ด๋๋ฐ์์ 'ํ๋ก์ ํธ ์ด๋ฆ'์ ํด๋ฆญํ ํ Targets ๋ฆฌ์คํธ์์ ํด๋นํ๋ ์ฑ์ ์ ํํ๋ค. | ||
* ์๋จ์ 'Signing & Capabilities' ํญ์ ํด๋ฆญํ๋ค. | ||
* ํ๋ฉด ์ผ์ชฝ์ '+ Capability' ๋ฒํผ์ ํด๋ฆญํ๊ณ `Keychain Sharing`๋ฅผ ์ ํํ๋ค. | ||
* ๊ฐ์ ํค์ฒด์ธ ์์ดํ ์ ๊ณต์ ํ๊ณ ์ ํ๋ ๋ชจ๋ ์ฑ์ ๋์ผํ ํค์ฒด์ธ ์ ๊ทผ ๊ทธ๋ฃน์ ์ค์ ํ๋ค. | ||
* ํค์ฒด์ธ์ ์๋ณ์์ ๊ฒฝ์ฐ prefix๋ก `AppIdentifierPrefix`๊ฐ ํ์๋ก ํฌํจ๋์ด์ผ ํ๋ค. | ||
* ํฌํจํ์ง ์์๋๋ ๋ค์๊ณผ ๊ฐ์ ์๋ฌ๊ฐ ๋๋ฉด์ ๋น๋๊ฐ ์๋์๋ค. | ||
* `Provisioning profile "iOS Team Provisioning Profile: <# Team ID #>" doesn't match the entitlements file's value for the keychain-access-groups entitlement.` | ||
* ์ฑ์ ํ ID์ ํด๋นํ๋ ๊ฐ์ผ๋ก ๋์ผํ ๊ฐ๋ฐ์ ํ์ด ๋ง๋ ์ฑ๋ค๋ง ํค์ฒด์ธ ํญ๋ชฉ์ ๊ณต์ ํ ์ ์๋๋ก ๋ณด์์ ๊ฐํํ๊ธฐ ์ํจ์ด๋ค. | ||
|
||
### 2. **entitlements** ํ์ผ์์ App Group ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ | ||
|
||
* ํ๋ก์ ํธ ๋ด์์ ๋ค์๊ณผ ๊ฐ์ด ํค์ฒด์ธ ์ ๊ทผ ๊ทธ๋ฃน์ ์ถ๊ฐํ๋ค. | ||
|
||
```xml | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)com.yourcompany.sharedgroup</string> | ||
</array> | ||
``` | ||
|
||
# | ||
|
||
์ดํ ํค์ฒด์ธ ๋ฐ์ดํฐ๋ฅผ ์ ๊ทผ ํ ๋์๋ ์๋์ ๊ฐ์ด ์ฟผ๋ฆฌ๋ฅผ ์ค์ ํด์ ์ ๊ทผํ๋ฉด ๋๋ค. | ||
|
||
```swift | ||
let accessGroup = "<# Your Team ID #>.com.example.SharedItems" | ||
let query = [kSecClass: kSecClassGenericPassword, | ||
kSecAttrService: service, | ||
kSecAttrAccount: username, | ||
kSecReturnAttributes: true, | ||
kSecAttrAccessGroup: accessGroup, | ||
kSecReturnData: true] as [String: Any] | ||
var item: CFTypeRef? | ||
let readStatus = SecItemCopyMatching(query as CFDictionary, &item) | ||
``` | ||
|
||
--- | ||
|
||
|
||
# ์ฐธ๊ณ ๋งํฌ | ||
|
||
- [https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW19](https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW19) | ||
- [https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html#//apple_ref/doc/uid/TP40014214-CH21-SW1](https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html#//apple_ref/doc/uid/TP40014214-CH21-SW1) | ||
- [https://developer.apple.com/documentation/security/keychain_services/keychain_items/sharing_access_to_keychain_items_among_a_collection_of_apps/](https://developer.apple.com/documentation/security/keychain_services/keychain_items/sharing_access_to_keychain_items_among_a_collection_of_apps/) |