Next Hour App
  • Introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
  • project setup
    • App Deployment
      • Firebase
    • iOS Setup Instructions
    • Google Drive Key
    • OneSignal
    • Images
    • Reskinning
  • Publish your app
    • Requirements to Publish App
  • FAQ
    • Installation FAQ's
    • Access Denied
    • General Setting
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • Troubleshoot
    • Troubleshoot
    • Changelogs
  • Source & credit
    • Source & Credit
  • Support
    • Support
  • conclution
    • Conclusion
  • our products
    • Next Hour Addons
    • Our Products
  • Api Document
    • Getting Started
  • Get secret key
  • Auth Api
    • Login
  • Home Page Api
  • Actor detail page
  • Payment Api
    • Payment Method List
    • Manual payment list
    • Subscribed with manual payment
    • Subscribed with free subscription
    • Subscription Stop and Resume
    • Invoice
  • Player Setting Api
    • Player Setting
    • Advertise
  • User Api
    • View User profile
    • Wishlist
    • Watch History
    • User Profile Update
    • Manage Profile
    • Notification
  • Coupon Api
  • Other Api
    • List of Contents
    • Menu
    • Slider
    • Package
    • List of all movies
    • List of all tvseries
    • List of all movies, tveries and top movie and tvseries
    • Recent Movies and Tvseries
    • List of menu by movies and tvseries
    • Language by movies and tvseries
Powered by GitBook
On this page
  1. project setup

iOS Setup Instructions

PreviousFirebaseNextGoogle Drive Key

Last updated 2 years ago

IOS Setup Instruction

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

Ios Setup Steps:

  1. 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