Firebase error while doing IAP

So this is the message I get swift

[Firebase/Analytics][*-*********] Purchase is a duplicate and will not be reported

      

I have multiple app purchases for my one app and they all appear with a message displaying each of their product IDs after the above message. I have searched the internet and found nothing to help me resolve or get rid of these messages.

Anything! This is done in swift mode 3 using Xcode!

Thank!

+3


source to share


1 answer


Once Firebase Analytics is added to an iOS app, in-app iOS purchase revenue is automatically tracked in Firebase. However, you need to link your Firebase app to itunes for in-app purchase messages to appear in Firebase Analytics. You can do this under "Firebase Project Settings ->". So you need to get rid of some of the firebase analytics in case you are not using it, to do this manually use the pods which are only needed using the whole "Firebase" package.



0


source







All Articles