Setup
iOS SDK
Install and configure Hardal for your iOS applications
Installation
Add this code to your iOS project to initialize Hardal and start sending events:
Configuration Options
For iOS integration, you can customize the following:
- Custom event properties
- Event batching
- Retry logic for failed requests
Example Usage
Troubleshooting
Validation
To validate your iOS integration:
- Use the debug console in Xcode
- Monitor network requests in the debug navigator
- Check for successful HTTP responses (200 status code)
- Verify events appear in your Hardal dashboard
Enable verbose logging in debug builds to get detailed information about event tracking and network requests.
Was this page helpful?