KI-AGENT: Mobile Bundle-ID für TestFlight anpassen
- iOS Bundle Identifier und Android Package auf software.federspiel.fedeo gesetzt - TestFlight-Dokumentation aktualisiert - Vertriebs-Screenshots des Mobile-Dashboards ergänzt
This commit is contained in:
@@ -6,7 +6,7 @@ Expo/React-Native-App für FEDEO. Der iOS-TestFlight-Build wird als Store-Build
|
|||||||
|
|
||||||
- Node.js `22.22.3` verwenden, siehe `.nvmrc`.
|
- Node.js `22.22.3` verwenden, siehe `.nvmrc`.
|
||||||
- EAS CLI installieren oder über `npx eas-cli` ausführen.
|
- EAS CLI installieren oder über `npx eas-cli` ausführen.
|
||||||
- Apple Developer Zugriff für `de.fedeo.mobile`.
|
- Apple Developer Zugriff für `software.federspiel.fedeo`.
|
||||||
- Produktions-API ist im EAS-Profil `testflight` auf `https://app.fedeo.de/backend` gesetzt.
|
- Produktions-API ist im EAS-Profil `testflight` auf `https://app.fedeo.de/backend` gesetzt.
|
||||||
|
|
||||||
## Entwicklung im Simulator
|
## Entwicklung im Simulator
|
||||||
@@ -15,10 +15,10 @@ Wenn Port `8081` lokal belegt ist, Metro auf einem freien Port starten und den S
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx --yes -p node@22 node ./node_modules/expo/bin/cli start --dev-client --localhost --port 8082 --clear
|
npx --yes -p node@22 node ./node_modules/expo/bin/cli start --dev-client --localhost --port 8082 --clear
|
||||||
xcrun simctl spawn booted defaults write de.fedeo.mobile RCT_jsLocation '127.0.0.1:8082'
|
xcrun simctl spawn booted defaults write software.federspiel.fedeo RCT_jsLocation '127.0.0.1:8082'
|
||||||
xcrun simctl spawn booted defaults write de.fedeo.mobile RCT_packager_scheme 'http'
|
xcrun simctl spawn booted defaults write software.federspiel.fedeo RCT_packager_scheme 'http'
|
||||||
xcrun simctl terminate booted de.fedeo.mobile
|
xcrun simctl terminate booted software.federspiel.fedeo
|
||||||
xcrun simctl launch booted de.fedeo.mobile
|
xcrun simctl launch booted software.federspiel.fedeo
|
||||||
```
|
```
|
||||||
|
|
||||||
## TestFlight vorbereiten
|
## TestFlight vorbereiten
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"newArchEnabled": true,
|
"newArchEnabled": true,
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "de.fedeo.mobile",
|
"bundleIdentifier": "software.federspiel.fedeo",
|
||||||
"buildNumber": "1",
|
"buildNumber": "1",
|
||||||
"infoPlist": {
|
"infoPlist": {
|
||||||
"NSCameraUsageDescription": "Die Kamera wird benötigt, um Fotos zu Projekten und Objekten als Dokumente hochzuladen.",
|
"NSCameraUsageDescription": "Die Kamera wird benötigt, um Fotos zu Projekten und Objekten als Dokumente hochzuladen.",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"package": "de.fedeo.mobile",
|
"package": "software.federspiel.fedeo",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"android.permission.BLUETOOTH_SCAN",
|
"android.permission.BLUETOOTH_SCAN",
|
||||||
"android.permission.BLUETOOTH_CONNECT",
|
"android.permission.BLUETOOTH_CONNECT",
|
||||||
|
|||||||
BIN
mobile/screenshots/vertrieb/01-dashboard.png
Normal file
BIN
mobile/screenshots/vertrieb/01-dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
BIN
mobile/screenshots/vertrieb/02-dashboard-content.png
Normal file
BIN
mobile/screenshots/vertrieb/02-dashboard-content.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
mobile/screenshots/vertrieb/03-dashboard-kompakt.png
Normal file
BIN
mobile/screenshots/vertrieb/03-dashboard-kompakt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user