Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-App Messaging still in beta? #13664

Open
saldous opened this issue Sep 18, 2024 · 2 comments
Open

In-App Messaging still in beta? #13664

saldous opened this issue Sep 18, 2024 · 2 comments
Assignees
Labels

Comments

@saldous
Copy link

saldous commented Sep 18, 2024

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
Copy link

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

@paulb777
Copy link
Member

Yes the In App Messaging SDK is still in beta. There's an open issue at #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants