Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

In App Messaging throws this error #1203

Closed
tanekim88 opened this issue Apr 1, 2019 · 8 comments
Closed

In App Messaging throws this error #1203

tanekim88 opened this issue Apr 1, 2019 · 8 comments

Comments

@tanekim88
Copy link

When building with Firebase In App Messaging enabled, it throws this now. It was working before.

/Users/apple/Desktop/CSP/CAKE-Mobile/platforms/ios/Pods/FirebaseInAppMessagingDisplay/Firebase/InAppMessagingDisplay/ImageOnly/FIDImageOnlyViewController.m:154:29: error: property 'renderAsTestMessage' not found on object of
type 'FIRInAppMessagingImageOnlyDisplay *'
if (self.imageOnlyMessage.renderAsTestMessage)

@aeliusdev
Copy link

Same issue here

@EddyVerbruggen
Copy link
Owner

Hi, I don't see that specific issue, but indeed there seems to be some sort of build issue with InAppMessaging enabled.

Note that I don't officially support it yet (there's no mention in the docs yet), but this is obviously not what I intended either.

Which cocoapods version are you using? pod --version, and which NativeScript version? tns --version.

@EddyVerbruggen
Copy link
Owner

Btw, the implementation of InAppMessaging on iOS was blocked by issues with the appdelegate, but it looks like that can be fixed by implementing this: firebase/firebase-ios-sdk#2354

Also, bumping the iOS Firebase SDK to the latest version seems to get rid of the build error I'm seeing, so this issue should be fixed soon.

@tanekim88
Copy link
Author

I remember updating pod and tns to the latest version last week, and it still didn't work.

EddyVerbruggen added a commit that referenced this issue Apr 9, 2019
Feature Request: Support In-App Messaging #1112
@HugoAntares
Copy link

@EddyVerbruggen you closed this issue. But I still have the problem. Should I update something ?

@EddyVerbruggen
Copy link
Owner

I added the 8.2.0 milestone didn’t I? I’m on mobile so hard to check that quickly.

@HugoAntares
Copy link

@EddyVerbruggen indeed, the milestone 8.2.0 exists. Do you know when it'll be published ?

@EddyVerbruggen
Copy link
Owner

Working my ass of to get it out of the door. Hoping tomorrow.

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

No branches or pull requests

4 participants