mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-17 18:53:40 +01:00
Clarifies AltStore renews App IDs after they expire
This commit is contained in:
@@ -192,7 +192,7 @@ extension AppIDsViewController: UICollectionViewDelegateFlowLayout
|
|||||||
let text = NSLocalizedString("""
|
let text = NSLocalizedString("""
|
||||||
Each app and app extension installed with AltStore must register an App ID with Apple. Apple limits free developer accounts to 10 App IDs at a time.
|
Each app and app extension installed with AltStore must register an App ID with Apple. Apple limits free developer accounts to 10 App IDs at a time.
|
||||||
|
|
||||||
**App IDs can't be deleted**, but they do expire after one week. AltStore will automatically renew App IDs for all active apps.
|
**App IDs can't be deleted**, but they do expire after one week. AltStore will automatically renew App IDs for all active apps once they've expired.
|
||||||
""", comment: "")
|
""", comment: "")
|
||||||
|
|
||||||
let attributedText = NSAttributedString(markdownRepresentation: text, attributes: [.font: headerView.textLabel.font as Any])
|
let attributedText = NSAttributedString(markdownRepresentation: text, attributes: [.font: headerView.textLabel.font as Any])
|
||||||
|
|||||||
Reference in New Issue
Block a user