- Email: info@ivelytech.com

Ively SmartEye™ is built for organizations that cannot afford unauthorized access to cameras, alerts, or AI detections. Every layer — mobile app, API, cloud processing, and notifications — is designed so only authenticated users inside your tenant can view data permitted by your administrator.
Your surveillance data never flows through a public, anonymous channel. Authorized users sign in with credentials (and optional MFA) issued by your organization. The mobile app communicates only with https://api.ivelytech.com over encrypted HTTPS. Detections, alerts, and video metadata are scoped to your customer account — other organizations on the platform cannot see your sites, cameras, or incidents.
Authentication tokens and sensitive identifiers are stored in the platform secure enclave — iOS Keychain and Android Keystore via Flutter Secure Storage. They are not saved in plain-text app preferences.
Production builds pin the SHA-256 hash of the API server certificate for api.ivelytech.com. A man-in-the-middle proxy or fake certificate cannot intercept login or API traffic.
Android production builds disable cleartext traffic. All API, login, MFA, and media requests use HTTPS/TLS.
Optional fingerprint or Face ID unlock re-authenticates the user on cold start and after auto-lock. Biometric templates never leave the device and are not sent to Ively servers.
Android release builds use ProGuard/R8 code shrinking and obfuscation. Environment secrets (API URL, SSL pins) are bundled per build flavor — not hardcoded in source.
Production logs sanitize passwords, tokens, and PII. Crash reports go to Firebase Crashlytics without exposing session secrets.
Below are views from the Ively SmartEye™ mobile application. Replace or extend these images with your own demo screenshots as needed (save under assets/img/security/).
Official Ively SmartEye™ app only
Organization credentials + optional MFA
Device-only authentication
Unlock without re-entering password
Production API
Third parties cannot impersonate our server
AI detections (fire/smoke, fall, theft, people, vehicles, PPE, and more) are processed in your organization's deployment context. The mobile app does not expose a open API to the internet for third parties.
| Control | What it means for your organization |
|---|---|
| Tenant isolation | Every API request is tied to your authenticated session and customer ID. Users only receive alerts, incidents, and cameras assigned to their account. |
| Role-based permissions | Features such as audit logs, incident reports, and module screens are gated by server-side permissions — the app hides what your role cannot access. |
| Authenticated media | Thumbnails, snapshots, and video clip URLs require a valid session token. Anonymous hotlinking from outside the app is blocked. |
| Push notification scoping | FCM/APNs device tokens are registered to your customer account after login. Alerts are routed only to devices subscribed for your organization. |
| Session expiry | Expired or revoked sessions are rejected by the API (HTTP 401). The app prompts re-login — stale tokens cannot browse detections. |
| Evidence download policy | Incident downloads respect user preferences (e.g. block large transfers on mobile data) and use the same authenticated channels as the rest of the app. |
https://api.ivelytech.com/api/v1 — TLS-terminated, production certificate pinned in mobile release builds.| Layer | Technology | Protects against |
|---|---|---|
| Transport | HTTPS / TLS 1.2+ | Eavesdropping on the wire |
| Pinning | SHA-256 cert pin (production) | Fake certificates / MITM proxies |
| Authentication | JWT + optional MFA | Unauthorized users |
| Device storage | Keychain / Keystore | Token theft from device backup |
| App lock | Biometric + auto-lock | Physical device misuse |
| Authorization | Server-side RBAC | Horizontal access across tenants |
| Binary | ProGuard (Android release) | Reverse engineering of app logic |
If you discover a security concern, contact info@ivelytech.com with subject line Security Report — SmartEye. We investigate verified reports and coordinate fixes with affected customers.
See Ively SmartEye™ live with your use case — fire & smoke, people analytics, fall detection, and real-time alerts on mobile.
Request a Demo Contact Sales