feat: add Ledgify privacy policy entry
Adds Ledgify (finance tracker) to the multi-app privacy hub, following the Fişio template pattern (KVKK/GDPR sections, Supabase/RevenueCat third-party disclosure, subscription terms). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+189
@@ -696,6 +696,195 @@ export const privacyApps: PrivacyApp[] = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
slug: "ledgify",
|
||||||
|
name: "Ledgify",
|
||||||
|
icon: "📊",
|
||||||
|
category: {
|
||||||
|
tr: "Mobil Uygulama & Finans / İş Yönetimi",
|
||||||
|
en: "Mobile App & Finance / Business Management"
|
||||||
|
},
|
||||||
|
platforms: ["iOS", "Android"],
|
||||||
|
version: "1.0.0",
|
||||||
|
lastUpdated: {
|
||||||
|
tr: "28 Ağustos 2026",
|
||||||
|
en: "August 28, 2026"
|
||||||
|
},
|
||||||
|
summary: {
|
||||||
|
tr: "Ledgify, serbest çalışanlar, danışmanlar ve butik ajansların müşteri tahsilatlarını, giderlerini ve kasa bakiyelerini tek ekrandan yönetmesini sağlayan bir finans takip uygulamasıdır. Verileriniz KVKK ve GDPR standartlarına uygun olarak korunur.",
|
||||||
|
en: "Ledgify is a finance tracking app that helps freelancers, consultants, and boutique agencies manage client billing, expenses, and wallet balances from one screen. Your data is protected under KVKK and GDPR compliance standards."
|
||||||
|
},
|
||||||
|
contactEmail: "info@ayris.tech",
|
||||||
|
highlights: {
|
||||||
|
tr: [
|
||||||
|
{ label: "Veri İletimi", value: "HTTPS / TLS" },
|
||||||
|
{ label: "Veri İzolasyonu", value: "Row Level Security (RLS)" },
|
||||||
|
{ label: "Banka Bağlantısı", value: "Yok — Tüm Veriler Elle Girilir" },
|
||||||
|
{ label: "Üçüncü Tarafa Satış", value: "Kesinlikle Yok" }
|
||||||
|
],
|
||||||
|
en: [
|
||||||
|
{ label: "Data Transit", value: "HTTPS / TLS" },
|
||||||
|
{ label: "Data Isolation", value: "Row Level Security (RLS)" },
|
||||||
|
{ label: "Bank Connection", value: "None — All Data Manually Entered" },
|
||||||
|
{ label: "Data Selling", value: "Strictly Never" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
permissions: [],
|
||||||
|
sections: [
|
||||||
|
{
|
||||||
|
id: "controller",
|
||||||
|
title: {
|
||||||
|
tr: "1. Veri Sorumlusu ve Hizmet Tanımı",
|
||||||
|
en: "1. Data Controller & Service Scope"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "6698 sayılı Kişisel Verilerin Korunması Kanunu ('KVKK') ve Avrupa Birliği Genel Veri Koruma Tüzüğü ('GDPR') uyarınca, Ledgify mobil uygulaması üzerinden işlenen kişisel verileriniz bakımından Veri Sorumlusu Ayris Dev / Ayris Tech'tir (info@ayris.tech).",
|
||||||
|
en: "Pursuant to the Turkish Law on the Protection of Personal Data ('KVKK') and the EU General Data Protection Regulation ('GDPR'), the Data Controller for personal data processed through the Ledgify mobile app is Ayris Dev / Ayris Tech (info@ayris.tech)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "collected-data",
|
||||||
|
title: {
|
||||||
|
tr: "2. Toplanan Bilgiler ve Veri Türleri",
|
||||||
|
en: "2. Information We Collect"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Ledgify uygulamasını kullandığınızda hizmetin işleyişi için aşağıdaki bilgiler toplanabilir ve işlenebilir:",
|
||||||
|
en: "When you use Ledgify, the following categories of data may be processed to deliver our service:"
|
||||||
|
},
|
||||||
|
bullets: {
|
||||||
|
tr: [
|
||||||
|
"Hesap Bilgileri: E-posta adresiniz ve kimlik doğrulama sağlayıcısı bilgisi (Apple / Google ile giriş yaptıysanız sağlayıcının ilettiği ad ve e-posta).",
|
||||||
|
"İş ve Finans Verileri: Sizin uygulamaya elle girdiğiniz şirket/müşteri kayıtları, gider kalemleri, kasa bakiyeleri, ödeme ve tahsilat geçmişi.",
|
||||||
|
"Abonelik Bilgileri: Abonelik durumu ve satın alma geçmişi (App Store/Play Store üzerinden işlenir, kart bilgileriniz Ayris Tech'e hiçbir zaman ulaşmaz).",
|
||||||
|
"Teknik ve Teşhis Verileri: Hata/performans günlükleri, cihaz türü, uygulama sürümü."
|
||||||
|
],
|
||||||
|
en: [
|
||||||
|
"Account Information: Your email address and sign-in provider info (name and email supplied by Apple / Google if you use social login).",
|
||||||
|
"Business & Financial Data: Company/client records, expense entries, wallet balances, and payment/collection history you manually enter into the app.",
|
||||||
|
"Subscription Information: Subscription status and purchase history (handled by the App Store/Play Store — your card details never reach Ayris Tech).",
|
||||||
|
"Technical & Diagnostic Data: Crash/performance logs, device type, app version."
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "not-collected",
|
||||||
|
title: {
|
||||||
|
tr: "3. Toplanmayan Veriler",
|
||||||
|
en: "3. Data NOT Collected"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Ledgify herhangi bir banka hesabına veya kredi kartına doğrudan bağlanmaz — kasa ve bakiye verileri tamamen sizin uygulamaya elle girdiğiniz bilgilerden oluşur. Konumunuza, rehberinize veya kamera/galerinize erişim talep edilmez.",
|
||||||
|
en: "Ledgify does not connect directly to any bank account or card — all wallet and balance data comes entirely from what you manually enter into the app. We do not request access to your location, contacts, camera, or photo library."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "purposes",
|
||||||
|
title: {
|
||||||
|
tr: "4. Bilgilerin Kullanım Amaçları",
|
||||||
|
en: "4. Purposes of Processing"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Toplanan veriler yalnızca aşağıdaki meşru amaçlar doğrultusunda işlenir:",
|
||||||
|
en: "Your personal data is processed solely for the following explicit purposes:"
|
||||||
|
},
|
||||||
|
bullets: {
|
||||||
|
tr: [
|
||||||
|
"Hesabınızı oluşturmak, doğrulamak ve cihazlar arasında senkronize etmek.",
|
||||||
|
"Girdiğiniz finansal verileri güvenli şekilde saklamak ve size geri göstermek.",
|
||||||
|
"Ledgify Pro aboneliğinizin durumunu doğrulamak.",
|
||||||
|
"Hataları teşhis edip uygulamayı iyileştirmek.",
|
||||||
|
"Önemli hesap/hizmet bildirimlerini iletmek."
|
||||||
|
],
|
||||||
|
en: [
|
||||||
|
"Creating, verifying, and syncing your account across devices.",
|
||||||
|
"Securely storing and displaying the financial data you enter.",
|
||||||
|
"Verifying your Ledgify Pro subscription status.",
|
||||||
|
"Diagnosing issues and improving the app.",
|
||||||
|
"Sending important account or service notices."
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "third-parties",
|
||||||
|
title: {
|
||||||
|
tr: "5. Verilerin Paylaşımı ve Üçüncü Taraf Hizmetler",
|
||||||
|
en: "5. Third-Party Service Providers"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Ledgify, kişisel verilerinizi asla üçüncü şahıslara satmaz veya reklam hedeflemesi amacıyla kullanmaz. Veriler yalnızca uygulamanın temel işlevlerini yerine getirmek amacıyla, şifrelenmiş kanallar (HTTPS/TLS) üzerinden aşağıdaki güvenilir altyapı sağlayıcılarıyla paylaşılır:",
|
||||||
|
en: "Ledgify never sells your data to third parties or uses it for ad targeting. Data is shared only through encrypted channels (HTTPS/TLS) with the following trusted infrastructure providers, strictly to deliver core functionality:"
|
||||||
|
},
|
||||||
|
bullets: {
|
||||||
|
tr: [
|
||||||
|
"Supabase: Hesap kimlik doğrulama ve veritabanı barındırma.",
|
||||||
|
"RevenueCat: Abonelik durumu yönetimi.",
|
||||||
|
"Apple App Store / Google Play: Ödeme işleme ve Apple/Google ile giriş."
|
||||||
|
],
|
||||||
|
en: [
|
||||||
|
"Supabase: Account authentication and database hosting.",
|
||||||
|
"RevenueCat: Subscription status management.",
|
||||||
|
"Apple App Store / Google Play: Payment processing and Sign in with Apple/Google."
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "security",
|
||||||
|
title: {
|
||||||
|
tr: "6. Veri Güvenliği",
|
||||||
|
en: "6. Data Security"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Verileriniz, satır düzeyi güvenlik politikaları (Row Level Security) ile korunan bir veritabanında saklanır — bu, yalnızca sizin hesabınızın kendi verilerine erişebileceği, başka bir kullanıcının asla erişemeyeceği anlamına gelir. Tüm veri aktarımı HTTPS/TLS ile şifrelenir.",
|
||||||
|
en: "Your data is stored in a database protected by row-level security policies — meaning only your account can access your own data, and no other user can ever see it. All data in transit is encrypted via HTTPS/TLS."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "subscription",
|
||||||
|
title: {
|
||||||
|
tr: "7. Abonelik ve Ödeme",
|
||||||
|
en: "7. Subscription & Payment"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Ledgify Pro; aylık veya yıllık otomatik yenilenen bir abonelik olup 7 gün ücretsiz denemeyle başlar. Fiyatlandırma ülke/bölgeye göre değişir ve satın alma öncesi uygulama içinde gösterilir. Ödeme, satın alma onayında Apple ID / Google hesabınızdan tahsil edilir. Abonelik, mevcut dönem bitmeden en az 24 saat önce iptal edilmediği sürece otomatik olarak yenilenir; App Store/Play Store hesap ayarlarınızdan istediğiniz zaman yönetebilir veya iptal edebilirsiniz.",
|
||||||
|
en: "Ledgify Pro is a monthly or annual auto-renewing subscription that starts with a 7-day free trial. Pricing varies by country/region and is shown in the app before purchase. Payment is charged to your Apple ID / Google account at confirmation of purchase. Subscriptions renew automatically unless canceled at least 24 hours before the end of the current period; manage or cancel anytime in your App Store/Play Store account settings."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "retention-deletion",
|
||||||
|
title: {
|
||||||
|
tr: "8. Veri Saklama ve Silme",
|
||||||
|
en: "8. Data Retention & Deletion"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Verileriniz, hesabınız aktif olduğu sürece saklanır. Hesabınızı ve tüm ilişkili verilerinizi tamamen silmek isterseniz info@ayris.tech üzerinden bize ulaşabilirsiniz; talebiniz makul bir süre içinde işleme alınır.",
|
||||||
|
en: "We retain your data for as long as your account is active. To delete your account and all associated data, contact us at info@ayris.tech; requests are processed within a reasonable timeframe."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "children",
|
||||||
|
title: {
|
||||||
|
tr: "9. Çocukların Gizliliği",
|
||||||
|
en: "9. Children's Privacy"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "Ledgify iş ve finans yönetimi amacıyla geliştirilmiş bir uygulamadır ve 16 yaşın altındaki kullanıcılara yönelik değildir. Bu kullanıcılardan bilerek kişisel veri toplanmaz.",
|
||||||
|
en: "Ledgify is designed for professional business and finance management and is not directed at users under 16 years of age. We do not knowingly collect personal information from them."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "rights",
|
||||||
|
title: {
|
||||||
|
tr: "10. Haklarınız (KVKK & GDPR Kapsamında)",
|
||||||
|
en: "10. Data Subject Rights (KVKK & GDPR)"
|
||||||
|
},
|
||||||
|
content: {
|
||||||
|
tr: "İlgili veri koruma kanunları (KVKK / GDPR) uyarınca hakkınızda hangi verilerin işlendiğini öğrenme, hatalı verilerin düzeltilmesini talep etme, verilerinizin silinmesini isteme ve veri işlemeye verdiğiniz açık rızayı dilediğiniz an geri çekme hakkına sahipsiniz. Başvurularınız için: info@ayris.tech",
|
||||||
|
en: "Under KVKK and GDPR regulations, you have the right to access, rectify, erase, or object to the processing of your personal data at any time. For requests: info@ayris.tech"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user