Files
eryao/apps
ZL-Q 52f2123610 feat(ios): prepare App Store release v1.0.0
- Add PrivacyInfo.xcprivacy for Apple privacy manifest requirement
- Remove debug permissions (NSLocalNetworkUsageDescription, NSBonjourServices)
- Replace launch image with custom branding
- Update StoreKit config with real Apple ID and team ID
- Remove placeholder disclaimer from login screen, fix checkbox alignment
- Add ExportOptions.plist for IPA export
2026-04-30 13:28:35 +08:00
..

eryao apps

Flutter client for 觅爻签问.

Backend URL

Default backend URL:

https://api.meeyao.com

This app also supports injecting backend URL at startup (same pattern as social-app):

  • Dart read path: lib/core/config/env.dart
  • Injection key: BACKEND_URL

Direct command

flutter run --dart-define=BACKEND_URL=http://192.168.1.100:5775

Script command

./tool/run-dev.sh --backend-url http://192.168.1.100:5775

If BACKEND_URL is not provided, the app uses the production backend URL above.