eClass LMS Mobile App
  • Documentation
  • introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
    • Requirements to Publish App
  • app setup
    • App Code Setup
    • iOS Setup Instructions
    • Firebase, Facebook & Google
    • Google Drive Key
    • ZOOM Setup
    • Facebook Audience Network
  • faq's
    • FAQ
    • eClass App Error Solution
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • UPDATE DETAILS
    • Changelogs
  • Source & credit
    • Source & Credit
    • Support
    • Conclusion
  • Our Products
    • Our Products
Powered by GitBook
On this page

Was this helpful?

  1. app setup

iOS Setup Instructions

PreviousApp Code SetupNextFirebase, Facebook & Google

Last updated 10 months ago

Was this helpful?

iOS Setup Instructions

Required cocoapods version: cocoapods 1.11.3 Required Xcode version: Xcode Version 14.0.1

1.Ios Setup Steps:

Please check these files if any of these you found missing Add Required files to Runner

  • GoogleService-Info.plist ( if this file exists then you have to remove and add your GoogleService-Info.plist downloaded from firebase )

  • Runner-Bridging-Header.h ( if this file not exists then right click on Runner in Project Navigation bar then click on New File select Header File and rename with Runner-Bridging-Header )

  • File.swift (if this file not exists then right click on Runner in Project Navigation bar then click on New File select Swift File and rename with file )

2.Add Target for one signal Notification

  • For this follow instructions from:

3.Deployment Target should be 12.0 in Runner and Target

Then run APP after setup everything Display Name, Bundle Identifier, Version and Build. For Test On real Device You Need Apple Developer Account subscription. If Your Build Faild after Run App then try after run these commands:

  • pod deintegrate

  • pod install

  • pod repo update

  • cd ..

  • flutter clean

  • flutter pub get

  • cd ios

  • pod install

4. After That Run These Commands in Project directory.

  • flutter clean

  • flutter pub get

  • cd ios

  • pod install --repo-update

https://documentation.onesignal.com/docs/flutter-sdk-setup
Flutter SDK Setup