-
Notifications
You must be signed in to change notification settings - Fork 10
Add In-App Forms to README #199
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
Conversation
I think we're going to need some sort of section on setup for Android - we need to let them know that they have to call Applcation.onCreate() {
Klaviyo.registerForLifecycleCallbacks(this)
} in the native layer (unless they are initializing the Klaviyo SDK from the native layer in the Application onCreate) or else in app forms won't work. @evan-masseau any thoughts on that copy? Definitely want to make it obvious that this is required on Android. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good to me!
Description
https://klaviyo.atlassian.net/browse/CHNL-16763
Read the formatted README here