FlutterKaigi / conference-app-2023

The Official Conference Application for FlutterKaigi 2023
https://flutterkaigi.jp/conference-app-2023/
Apache License 2.0
132 stars 27 forks source link

Add flavor and support dev/pro environment #57

Closed koji-1009 closed 1 year ago

koji-1009 commented 1 year ago

Application ID(Android)

https://developer.android.com/studio/build/application-id

* 2 つ以上のセグメント(1 つ以上のドット)が必要
* 各セグメントは文字で始まる必要がある
* 使用できる文字は英数字とアンダースコアのみ(a~z、A~Z、0~9、_)

Bundle ID(iOS)

https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleidentifier

The bundle ID string must contain only alphanumeric characters (A–Z, a–z, and 0–9), hyphens (-), and periods (.). Typically, you use a reverse-DNS format for bundle ID strings. Bundle IDs are case-insensitive.
koji-1009 commented 1 year ago

@FlutterKaigi/conference-app-2023 レビューをお願いします。