firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

In-App Messaging still in beta? #13664

Open saldous opened 2 days ago

saldous commented 2 days ago

Description

When I do pod install with pod 'FirebaseInAppMessaging' in my podfile, it installs v0.13.0

I found a closed ticket from almost a year ago saying it is in beta and to use pod 'FirebaseInAppMessaging', '> 10.13-beta', which installs 11.2.0-beta. But your documentation doesn't say to do this? https://firebase.google.com/docs/in-app-messaging/get-started?platform=ios

I want to make sure I'm getting the right version. Thanks.

Reproducing the issue

Pod install with pod 'FirebaseInAppMessaging' in podfile installs v0.13.0

Firebase SDK Version

11.2

Xcode Version

15.4

Installation Method

CocoaPods

Firebase Product(s)

In-App Messaging

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

No response

If using CocoaPods, the project's Podfile.lock

pod 'FirebaseAnalytics' pod 'FirebaseAuth' pod 'FirebaseCore' pod 'FirebaseCrashlytics' pod 'FirebaseFirestore' pod 'FirebaseMessaging' pod 'FirebaseInAppMessaging' pod 'FirebaseRemoteConfig'

google-oss-bot commented 2 days ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

paulb777 commented 2 days ago

Yes the In App Messaging SDK is still in beta. There's an open issue at https://github.com/firebase/firebase-ios-sdk/issues/12810 tracking the documentation problem.

I'll close that one in favor of this one, since it's clearer.

To summarize, use pod 'FirebaseInAppMessaging', '> 11.2-beta' while the product is in beta.