UGREEN Smart Bluetooth Tracker for Android and iOS - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN Smart Bluetooth Tracker for Android and iOS

SKU: CM916-75646
R 364.72
In Stock

Rechargeable Bluetooth Smart Tracker | Apple Find My & Google Find Hub | USB Type-C | Up to 365-Day Battery Quick Specs

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Rechargeable Bluetooth Smart Tracker | Apple Find My & Google Find Hub | USB Type-C | Up to 365-Day Battery

Quick Specs

  • Works with Apple Find My & Google Find Hub
  • Rechargeable battery lasts up to 365 days
  • USB Type-C charging
  • Built-in audible finder
  • Apple & Google certified
  • Compatible with Android & iOS devices

Keep track of your everyday essentials with the UGREEN Smart Bluetooth Tracker. Designed for compatibility with both Apple Find My and Google Find Hub, this rechargeable tracker helps you locate keys, bags, luggage and other valuables with ease. Featuring a rechargeable battery that lasts up to a year, USB Type-C charging and a built-in audible finder, it offers a convenient solution for everyday item tracking.

Never waste time searching for misplaced belongings again. The UGREEN Smart Bluetooth Tracker provides a simple and reliable way to keep track of your important items using your compatible Android or iOS device. Once paired with either Apple Find My or Google Find Hub, you can locate nearby items using the built-in sound alert or track them through the supported network when they are farther away.

Unlike disposable battery trackers, the UGREEN Smart Bluetooth Tracker features a rechargeable battery with up to 365 days of use on a single charge. USB Type-C charging makes recharging quick and convenient, while the compact design easily attaches to keys, bags, luggage and other everyday essentials.

Features

  • Compatible with Apple Find My and Google Find Hub
  • Supports both Android and iOS devices
  • Rechargeable battery with up to 365 days of use
  • Convenient USB Type-C charging
  • Built-in audible finder for locating nearby items
  • Apple and Google certified
  • Compact design for everyday items such as keys, bags and luggage
  • Dust-protected charging port

Specs

  • Material: Plastic
  • Connectivity: Bluetooth
  • Platform Compatibility: Apple Find My (iOS) or Google Find Hub (Android)
  • Compatible Devices: iPhone, iPad, Android Smartphones and Android Tablets
  • Battery Type: Rechargeable Lithium Battery
  • Battery Life: Up to 365 Days
  • Charging Interface: USB Type-C
  • Charging Port Protection: Dust Plug
  • Batteries Included: Yes
  • Certifications: Apple Certified and Google Certified

What's in the Box

  • UGREEN Smart Bluetooth Tracker x1
  • USB Type-C Charging Cable x1
  • User Manual x1

Why UGREEN?

UGREEN is a trusted global brand known for delivering innovative, high-quality technology accessories that combine reliable performance with everyday convenience. Designed with quality, functionality and user experience in mind, UGREEN products help you stay connected, organised and productive whether at home, at work or on the move.

Note :Compatible with either the Apple Find My network (iOS) or the Google Find Hub network (Android). The tracker can be linked to one platform at a time and cannot be connected to both simultaneously. Some features require compatible devices and supported operating system versions

Brand Ugreen
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

UGREEN FineTrack Mini Smart Finder for Apple Devices
Ugreen

UGREEN FineTrack Mini Smart Finder for Apple Devices

R 416.63

Only 5 left - order soon!

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!