Bu belge, Owl IP Player mobil/TV uygulamasının kullanıcı verilerini ve cihaz bilgilerini nasıl işlediğini açıklar. Uygulamayı indirerek veya kullanarak bu politikayı kabul etmiş sayılırsınız.
Geliştirici: Mehmet Burhan
İletişim: mehmetburhan@gmail.com
Owl IP Player kişisel olmayan, ticari olmayan bir kullanım için sunulmuştur. Geliştirici, uygulama aracılığıyla hiçbir kişisel veriyi kendi sunucusunda toplamaz, işlemez veya saklamaz.
Owl IP Player, kullanıcının kendi temin ettiği M3U/M3U+ oynatma listelerini yükleyip canlı TV kanallarını, dizi ve film içeriklerini oynatmasına olanak tanıyan bir IPTV istemcisidir. Uygulama hiçbir içerik sunmaz; yalnızca kullanıcının yapılandırdığı akış adreslerine bağlanır.
Aşağıdaki tüm veriler yalnızca cihazınızda tutulur, geliştiriciye gönderilmez:
| Veri | Nerede saklanır | Amaç |
|---|---|---|
| M3U/EPG URL'leri ve playlist içerikleri | Yerel veritabanı (SQLite) | Kanal listelerini saklamak |
| Uygulama ayarları (dil, tema, birimler) | SharedPreferences | Kullanıcı tercihlerini hatırlamak |
| Ebeveyn kontrolü PIN'i | Cihaz güvenli deposu (Keystore/Keychain) | İçerik erişimini kısıtlamak |
| "Kaldığım yerden devam" izleme geçmişi | Yerel veritabanı (SQLite) | Son izlenen yeri hatırlamak |
| Sıralama ve liste tercihleri | SharedPreferences | Kullanıcı deneyimini kişiselleştirmek |
Uygulama yalnızca kullanıcının açıkça girdiği adresler ile ağ bağlantısı kurar:
Bu bağlantılar sırasında IP adresiniz ve standart HTTP/TLS başlık bilgileri, bağlanılan sunucu (IPTV sağlayıcısı) tarafından işlenebilir. Bu durum sağlayıcıların gizlilik politikalarına tabidir; Owl IP Player bu verilere erişmez.
Kullanıcı cihazından bir .m3u dosyası seçmek istediğinde uygulama
dosya sistemi erişimi ister (READ_EXTERNAL_STORAGE / READ_MEDIA_VIDEO).
Bu izin yalnızca seçilen dosyayı okumak için kullanılır; başka dosyalara erişilmez.
Video oynatma sırasında ekranın kararmaması için WAKE_LOCK izni kullanılır.
Bu izin hiçbir veri toplama işlemi içermez.
Uygulama kapatılmadan arka plana alındığında oynatmayı sürdürmek için
FOREGROUND_SERVICE izni kullanılır. Bu izin yalnızca medya oynatıcıyı
aktif tutmak için gereklidir.
İlk kurulumda cihazın ana ekranına uygulama kısayolu eklenmesi kullanıcıdan onay alınarak teklif edilebilir. Bu işlem hiçbir kişisel veri gerektirmez.
Uygulama herhangi bir reklam SDK'sı, analitik SDK'sı veya üçüncü taraf izleme kütüphanesi içermemektedir.
Owl IP Player herhangi bir yerleşik üçüncü taraf hizmet sunucusuna veri göndermez. Kullanıcının kendi eklediği IPTV sağlayıcısı ve EPG kaynağının gizlilik uygulamaları tamamen o sağlayıcının sorumluluğundadır.
Bazı IPTV akışları HTTP (şifresiz) protokol üzerinden sunulabilir. Bu durum IPTV sektörünün
yaygın gerçeğidir; uygulama bu tür bağlantılara teknik olarak izin verir
(android:usesCleartextTraffic="true"). Mümkün olan her durumda HTTPS
tercih edilmesi önerilir.
Uygulama bilerek 13 yaş (veya uygulanabilir mevzuata göre daha yüksek bir yaş sınırı) altındaki kişilerden veri toplamak amacıyla tasarlanmamıştır. Ebeveyn kontrolü özelliği, uygunsuz içerikleri kısıtlamak için PIN koruması sağlar; ancak bu özelliğin devreye alınması ebeveynin sorumluluğundadır.
Uygulamada saklanan tüm veriler cihazınıza aittir. Uygulama ayarlarından verileri temizleyebilir ya da uygulamayı kaldırarak tüm yerel verileri silebilirsiniz. Geliştirici sunucusunda hiçbir kullanıcı verisi tutulmadığından silme/düzeltme talebi gerektiren bir kayıt yoktur.
Yine de herhangi bir sorunuz için: mehmetburhan@gmail.com
Uygulama güncellendiğinde veya yasal gereklilikler değiştiğinde bu metin güncellenebilir. Önemli değişiklikler bu sayfada yayınlanır; "Son güncelleme" tarihini kontrol etmeniz yeterlidir.
This document describes how Owl IP Player handles user data and device information. By downloading or using the application you agree to this policy.
Developer: Mehmet Burhan
Contact: mehmetburhan@gmail.com
Owl IP Player is provided for personal, non-commercial use. The developer does not collect, process, or store any personal data on any server.
Owl IP Player is an IPTV client that lets users load their own M3U/M3U+ playlists and stream live TV channels, series, and on-demand video content. The application does not provide any content; it only connects to stream URLs that the user explicitly configures.
All of the following data is kept on your device only and is never sent to the developer:
| Data | Storage location | Purpose |
|---|---|---|
| M3U/EPG URLs and playlist content | Local database (SQLite) | Storing channel lists |
| App settings (language, theme, units) | SharedPreferences | Remembering user preferences |
| Parental control PIN | Device secure storage (Keystore/Keychain) | Restricting content access |
| "Continue watching" playback history | Local database (SQLite) | Resuming playback position |
| Sort and list preferences | SharedPreferences | Personalizing the experience |
The application only makes network connections to addresses explicitly entered by the user:
During these connections your IP address and standard HTTP/TLS headers may be processed by the server you connect to (your IPTV provider). This is subject to that provider's own privacy policy; Owl IP Player does not access this data.
When the user chooses to load a local .m3u file from their device, the app
requests file system access (READ_EXTERNAL_STORAGE / READ_MEDIA_VIDEO).
This permission is used solely to read the selected file; no other files are accessed.
The WAKE_LOCK permission is used to keep the screen on during video playback.
This permission involves no data collection.
The FOREGROUND_SERVICE permission is used to keep playback active when the
application is moved to the background. It is required only to maintain the media player.
On first launch, the app may offer to add a shortcut to the device's home screen, with the user's explicit confirmation. No personal data is required for this operation.
The application does not include any advertising SDK, analytics SDK, or third-party tracking library.
Owl IP Player does not send data to any built-in third-party server. The privacy practices of any IPTV provider or EPG source that the user adds are entirely the responsibility of that provider.
Some IPTV streams may be served over plain HTTP (unencrypted). This is common in the
IPTV industry; the application technically permits such connections
(android:usesCleartextTraffic="true"). HTTPS is recommended and preferred
wherever supported by the stream provider.
The application is not designed to knowingly collect data from persons under 13 years of age (or a higher age threshold as required by applicable law). The parental control feature provides PIN-based protection to restrict access to inappropriate content; however, activating this feature is the parent's responsibility.
All data stored by the application belongs to you and remains on your device. You can clear application data from device settings or uninstall the application to delete all local data. Since no user records are held on the developer's servers, there is nothing to request deletion or correction of remotely.
If you have any questions, please contact: mehmetburhan@gmail.com
This document may be updated when the application changes or legal requirements evolve. Material changes will be published on this page; checking the "Last updated" date is sufficient.