-
Notifications
You must be signed in to change notification settings - Fork 5
AB#258150 low storage #127
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
Conversation
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
1 similar comment
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
OptimoveCore/Sources/Classes/Storage/FileManager+Optimove.swift
Outdated
Show resolved
Hide resolved
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
1 similar comment
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
2 similar comments
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
User description
Description of Changes
Update storage directory helpers:
optimoveURL()uses Application Support with Caches/temp fallback andtemporaryURL()returns system temp; no directory creation.Breaking Changes
Release Checklist
Prepare:
[ ] Detail any breaking changes. Breaking changes require a new major version number[ ] Checkpod lib lintpasses[ ] Update any relevant sections of the repository wiki pages on a branchBump versions in:
OptimoveCore.podspecOptimoveNotificationServiceExtension.podspecOptimoveSDK.podspecOptimoveCore/Sources/Classes/Constants/SDKVersion.swift[ ]README.mdCHANGELOG.mdUpdate major version numbers in wiki (basic integration + push guides)
Integration tests
T&T Only
Mobile Only
Deferred Deep Links
Combined
Release:
pod trunk pushto publish to CocoaPodsPost Release:
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Update the SDK's storage directory helper functions,
optimoveURL()andtemporaryURL(), to manage file system paths more robustly by utilizing standard application support and temporary directories.optimoveURL()helper to prioritize theApplication Supportdirectory withCachesand system temporary directory fallbacks, and modifytemporaryURL()to directly return the system's temporary directory, removing explicit directory creation.Modified files (1)
Latest Contributors(1)
6.2.5across all relevant podspec files (OptimoveCore.podspec,OptimoveNotificationServiceExtension.podspec,OptimoveSDK.podspec) and theSDKVersion.swiftconstant, and record the change inCHANGELOG.md.Modified files (5)
Latest Contributors(2)