This is the official demo app for DeviceNameKit, showcasing its core features and usage.
- Retrieve device model names using
async/await
, completion handlers, or Combine. - Preload and cache device model data for improved performance.
- Supports all Apple platforms: iOS, macOS, watchOS, tvOS, and visionOS.
- Clone this repository:
git clone https://github.com/kimdaehee0824/DeviceNameKit_Demo.git
- Open the Xcode project and install dependencies if needed.
- Run the app on a real device or simulator.
- Select a retrieval method from the UI.
- Fetch and display the device model name.
- Test caching and preloading functionality.
This project follows the MIT License.