Webblen's IOS App -- Be Rewarded for Attending Events Your Interested In
Make sure you have Xcode installed from
the App Store. Then run the following two commands to install Xcode's
command line tools and bundler
, if you don't have that yet.
[sudo] gem install bundler
xcode-select --install
The following commands will set up Webblen
git clone https://github.com/mukai154/Webblen-IOS.git
cd Webblen-IOS
pod install
Alrighty! We're ready to go!
To get the app running, you need to follow these simple steps:
- Open the Webblen-IOS workspace in Xcode.
- Change the Bundle Identifier to match your domain.
- Go to Firebase and create new project.
**NOTE: Webblen uses Firebase's Firestore for DB usage
- Select "Add Firebase to your iOS app" option, type the bundle Identifier & click continue.
- Download "GoogleService-Info.plist" file and add to the project. Make sure file name is "GoogleService-Info.plist".
- Go to Firebase Console, select your project, choose "Authentication" from left menu, select "SIGN-IN METHOD" and enable "Email/Password" option.
- Open the terminal, navigate to project folder and run "pod update".
Be sure to grab an IOS api key from Google's Developer Console Place the services key and places keys within AppDelegate.Swift
GMSServices.provideAPIKey("GMS-SERVICES-KEY")
GMSPlacesClient.provideAPIKey("GMS-PLACES-KEY")
If you're interested in Working with Facebook's API, be sure to define the ID within INFO.plst
Otherwise, you're now ready to run Webblen on your iPhone or the iOS Simulator.
Webblen is striving to create a social economy that leverages the steem blockchain to incentivize community participation For more information, read the Webblen Whitepaper.
If you have any questions or recommendations, feel free to either create a new issue or connect with us through Discord or Telegram
Join Us in Creating the World's First Incentivized Attendance Software!
Copyright 2018 Webblen
Licensed under Apache 2.0 License