Troubleshooting
This page collects common problems and how to resolve them.
Application won't start or crashes on launch
Symptoms: Sudoku does not open, crashes immediately, or shows an unexpected error.
Steps to try:
- Ensure your device meets the minimum requirements (iOS/iPadOS 16+, macOS 15+).
- Force-quit and relaunch the app.
- Restart your device.
- Reinstall the app from the App Store.
- If problems persist, open an issue on the project repository with details.
Performance issues
If the game is laggy or slow:
- Close other heavy applications.
- On Mac, check Activity Monitor for high CPU usage.
- On older devices, try an easier difficulty level (Easy or Medium).
iCloud sync not working
If your progress is not syncing across devices:
- Ensure you are signed into the same Apple ID on all devices.
- Check that iCloud Drive is enabled in System Settings (Mac) or Settings (iOS/iPadOS).
- Verify you have an active internet connection.
- Toggle iCloud off and back on for Sudoku in Settings → [Your Name] → iCloud → Apps Using iCloud.
- Restart all devices and try again.
Game Center not connecting
If Game Center achievements or leaderboards are not updating:
- Ensure you are signed into Game Center (Settings → Game Center on iOS; System Settings on Mac).
- Check your internet connection.
- Sign out of Game Center and sign back in.
View logs
To troubleshoot crashes, application logs are useful. In sandboxed (App Store) builds on Mac, check:
~/Library/Containers/com.w3cub.sudoku/Data/Library/Logs/sudoku/sudoku.logOn iOS/iPadOS, connect your device to a Mac and use Console.app to view logs, filtering by "Sudoku".
Resetting the app
To reset settings and clear local data (Mac):
- Quit Sudoku
- Remove the container (careful — this deletes all settings, statistics, and game saves):
rm -rf ~/Library/Containers/com.w3cub.sudoku- Reopen Sudoku and reconfigure.
On iPhone/iPad, delete and reinstall the app to reset all data.
Note: If you use iCloud sync, resetting on one device may re-download data from iCloud after relaunch. To fully reset across all devices, you may need to reset on each one.
Report an issue
When opening an issue, include:
- Device type (iPhone, iPad, or Mac)
- OS version (Settings → General → About)
- Sudoku version (Settings → About)
- Steps to reproduce
- Logs or screenshots if available
This helps maintainers identify and fix the problem faster.
