Developed with native Android and iOS.
Conference app for JavaZone. The project includes 2 native projects, JZAndroid (Java) and JZiOS (Swift).
Create Firebase project and follow the setup to register firebase functions for the project. Remember to add firebase json file to either Android or iOS project.
Install Android Studio and open the project. Try to build and run from Android Studio.
Install Xcode from App Store.
We use CocoaPods. Please install CocoaPods by following the guide here. Run the following on the JZiOS directory:
pod init
pod install
Open the project by opening JZiOS.xcworkspace. Build and run the app to see if it works.