For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginTalk to us
DocumentationSDKsConnectAPI Reference
DocumentationSDKsConnectAPI Reference
  • Introduction
    • Overview
  • Mobile Push
    • Flutter Push SDK
    • React Native Push SDK
      • Prerequisites
      • Installation
      • Usage
      • Android specific configuration
      • IOS specific configuration
      • FAQs
    • Kotlin Push SDK
    • Swift Push SDK
  • In-App
    • React In-App SDK
    • React Native In-App SDK
    • Flutter In-App SDK
  • Web Push
    • Web Push SDK
  • TOTP
    • TOTP Swift SDK
    • TOTP Kotlin SDK
LogoLogo
LoginTalk to us
Mobile PushReact Native Push SDK

FAQs Advanced Troubleshooting

Was this page helpful?
Previous

Kotlin Push SDK

Next
Built with
Build Issue: Error (Xcode): Cycle inside Runner; building could produce unreliable results

In Xcode > Targets > Runner > Build Phases, drag and arrange Embed Frameworks, [CP] Embed Pods Frameworks, and Embed Foundation Extensions so that they are above Run Script. Refer this for more details.

Pod install issue: [!] The following Swift pods cannot yet be integrated as static libraries: The Swift pod fyno-push-ios depends upon FMDB, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.

Add use_modular_headers! in your Podfile similar to:

Podfile
target '<application_name>' do
use_modular_headers!

Also, comment the :flipper_configuration => flipper_config, line.