Proje: Okul B2B App · Hub: Okul B2B App — Architecture

Native Versiyon Kayıtları

Önemli: app.config.ts native dizinler mevcut olduğunda IGNORED. Gerçek versiyon native dosyalarda.

Android (android/app/build.gradle)

versionCode: 2
versionName: "1.0.1"

versionCode: Play Store’a her yükleme için +1 artırılmalı. Aynı versionCode tekrar upload edilemez.

iOS (ios/Okulcomtr/Info.plist)

CFBundleShortVersionString: "1.0.1"   → Marketing version (kullanıcıya gösterilen)
CFBundleVersion: "3"                   → Build number (App Store'a her upload için +1)

Kritik: CFBundleVersion (3) her TestFlight/App Store upload’da artırılmalı.

Mevcut Durum (2026-04-17)

PlatformVersionBuild/versionCodeDurum
Android1.0.12Play Store’da yayın
iOS1.0.13TestFlight’ta, review bekliyor