SBurK is a comprehensive system for school bus tracking that manages the daily school bus operation. SBurK comes in two packages: basic and extended. The basic package consists of three sub systems, which are
Here we present the iOS mobile apps for parents and drivers
Please setup the backend first, then the mobile apps.
In order to build the iOS app for drivers correctly, please make sure that
sudo gem install cocoapods
in your terminal
Follow the following steps
cd /to/location/of/SchoolBusDriver/folder
pod install
phoneNumberTextField.setFlag(key: .US)
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>WEB_SERVER_URL</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
In order to build the iOS app for parents correctly, please make sure that
sudo gem install cocoapods
in your terminal
Follow the following steps
cd /to/location/of/SchoolBusTracker/folder
pod install
phoneNumberTextField.setFlag(key: .US)
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>WEB_SERVER_URL</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
com.yourcompany.app.product_name
The driver and parent apps works with iOS version 10.0 or greater
Edit the strings file in the path "AppStrings/en.lproj/Localizable.strings" at the tag
"share_body" = "your share message";
You can also edit it in other languages in the folders lang.lproj, where lang in {"de", "fr", ..}
Make sure that you installed the "GoogleService-Info.plist" file in the path "SchoolBusTracker"
Make sure that the laravel-echo-server is working correctly. Go to the url of your admin panel and append it with 6001, i.e., open http://www.yourdomain.com:6001 and check if it gives OK
Make sure that you install the Firebase cloud messaging correctly by adding "GoogleService-Info.plist" file. The app needs a token from the Firebase and will not continue to the main screen until this token is obtained.
Once again, thank you so much for using SBurK. As I said at the beginning, I'd be glad to help you if you have any questions. I'll do my best to assist. If you have a more general question relating to the items on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.
CreativeAppsDev Team