# Traffic.com.kz — Логистика

> Traffic.com.kz — Логистика (iPhone/iPad app by Abulkhanov Ruslan.)

- Source: https://appshunter.io/ios/app/trafficcomkz/id6469050036 (this page in markdown: same URL + `.md`)
- Developer: [Abulkhanov Ruslan](https://appshunter.io/developer/1699347743)
- Category: Business
- Price: Free with in-app purchases
- Age rating: 17+
- Requires: iOS 14.0 · 75 MB
- Languages: American English
- Released: 2023-10-12
- Data updated: 2026-08-30
- User reviews in markdown: https://appshunter.io/ios/app/trafficcomkz/id6469050036/reviews.md

## What is Traffic.com.kz?

Traffic.com.kz — умное решение для логистики.
Платформа, где вы можете искать грузы, предлагать транспорт, сдавать в аренду спецтехнику и склады. Все в одном приложении — просто, удобно и без посредников.


Что вы получите:

• Поиск груза или транспорта по маршруту
• Публикация заявок за 2 минуты
• Онлайн-аукционы и отклики
• Выбор складов по карте
• Каталог спецтехники — от кранов до самосвалов


Кому подходит:

• Перевозчикам и логистам
• Владельцам техники и складов
• Экспедиторам и компаниям
• Тем, кто работает с грузами и поставками


Преимущества:

• Простая регистрация (физ/юр. лица)
• Уведомления о новых заявках
• Прямые контакты без посредников
• Проверенные пользователи
• Поддержка 24/7

Логистика — в один клик.

Установите Traffic.com.kz прямо сейчас!

## Pricing and in-app purchases

Base price: Free.

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| Грузы | $1.99 | one-time |
| Спецтехника | $0.99 | one-time |
| Грузоперевозки | $8.99 | one-time |
| Склады | $0.99 | one-time |



## Version history (last 5 releases)

### 1.2.23 — 2026-08-30

feat: Overhaul Orders management to Kanban and introduce User Analytics
This commit introduces a Kanban-style board for order management, a new analytics dashboard for users, and refactors listing management workflows across the application.

Key changes include:
- **Kanban Orders Board**:
    - Replaced the tabbed orders list in `lib/ui/orders.dart` with a multi-column Kanban board allowing drag-and-drop status transitions (Pending, Accepted, On the way, etc.).
    - Integrated employee assignment functionality and filtering by employee within the orders view.
    - Implemented `OrdersService` for centralized management of order statuses and employee assignments.
- **Analytics Dashboard**:
    - Introduced `AnalyticsScreen` (`lib/ui/user_screen/analytics_screen.dart`) and `AnalyticsOverviewService` to provide users with detailed statistics on listings (Cargo, Transport, Equipment, Warehouse) and offer success rates.
    - Added display for active subscriptions and their expiration dates.
- **Listing Management (My Posts)**:
    - Refactored `MyPost` to use a dedicated `UserPostsService`, improving performance and modularity.
    - Added support for managing "Transport" listings and enhanced the UI for Storage and Equipment items.
    - Implemented a more robust restore/delete flow for user announcements.
- **Creation Flow Enhancements**:
    - Updated `AddAuction` and `AddCargo` screens with a persistent bottom submission bar and improved loading states to prevent duplicate submissions.
    - Standardized date formatting and multipart request logic for auction and cargo creation.
    - Updated `AddEquipmentScreen` and `AddTransportScreen` to use localized button labels.
- **Onboarding & Localization**:
    - Incremented onboarding version to `3` and added new "Insurance" partner tooltips across all supported languages (EN, RU, KK, ZH).
    - Refactored `AppSpotlightTour` to run as a sequential flow on the home screen rather than triggering automatically on individual category screens.
- **General Updates**:
    - Updated support contact phone numbers in `ContactsScreen`.
    - Added platform agent tracking (`TA.platform`) to the login request payload.
    - Cleaned up automated onboarding triggers across various UI components (Menu, Categories, CheckCompany).

### 1.2.22 — 2026-08-24

На иконке Сообщения в нижнем навбаре теперь бейдж с числом непрочитанных.

### 1.2.21 — 2026-08-14

feat: Redesign home screen, implement multi-step onboarding, and overhaul profile management
This commit introduces a major UI/UX update focusing on the home screen, a new centralized menu system, enhanced listing interaction logic, and a revamped onboarding flow.

Key changes include:
- **Home Screen & Navigation**:
    - Overhauled `AddItemScreen` with a new "Cover Hero" section featuring dynamic counts from `HomepageStatsService`.
    - Added "Partner Services" (Factoring, GPS, Insurance) and "Recommendations" sections for cargo, transport, and storage to the dashboard.
    - Updated `MainNavigation` to replace the "Account" tab with a comprehensive "Menu" tab (`lib/ui/menu_screen.dart`).
- **Contextual Onboarding System**:
    - Implemented a new multi-step onboarding flow and tooltip system (`lib/ui/onboarding/onboarding_tour.dart`) using `TutorialCoachMark`.
    - Updated `AppOnboardingPrefs` to handle versioned progress tracking and session-based tooltip logic.
    - Added extensive analytics events in `TrafficAnalyticsService` for onboarding steps and tooltip interactions.
- **Profile & Profile Hub**:
    - Replaced the legacy user settings screen with a centralized `ProfileHubScreen` for managing personal data, documents, and subscriptions.
    - Introduced dedicated screens for `PersonalDataScreen`, `DocumentsScreen`, and `ChangePasswordScreen`.
    - Added avatar upload and BIN management functionality within the profile.
- **Listing Enhancements**:
    - Implemented "Reveal Contact" logic for Cargo and Transport listings, incorporating daily limits and subscription checks.
    - Added embedded Google Maps route visualization in `ApplicationTransport` detail view.
    - Updated various "Add Item" screens with a modern white `AppBar` and improved navigation controls.
- **Search & Filtering**:
    - Integrated `CityPlaceField` (Google Places autocomplete) across all listing search results.
    - Added region-specific quick-filter chips (e.g., West/East/North Kazakhstan) to improve search efficiency.
    - Refactored filter modals in `GruzResult`, `CargoResult`, and `EquipmentResult` for better usability.
- **Partner Services & Tools**:
    - Added `GpsMonitoringScreen` and `InsuranceScreen` to provide business services via B.A.S. Corp.
    - Implemented WhatsApp-based password recovery in addition to email.
- **Technical Updates**:
    - Updated app version to `1.2.21+1`.
    - Bumped iOS deployment target to `15.0` in `Podfile`.
    - Expanded localization files (`arb`) for RU, KK, EN, and ZH with new onboarding and UI strings.
    - Added `BasCorpService`, `HomepageStatsService`, and `RecommendedService` for backend integration.

### 1.2.20 — 2026-08-04

fixes pages and new main page

### 1.2.19 — 2026-07-08

Improved the Freight Transportation section with an updated design and enhanced user experience.
Redesigned the Rates section with a cleaner interface and improved navigation.
Updated tariff calculation logic for more accurate and reliable pricing.
General performance improvements and bug fixes.

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-30.*
