Hi,
We’d like to send FB events when certain things happen on our app. We know there is a method to indicate the app has been installed but we’d like to send additional events like:
AppEventsLogger.log(.Purchased(amount: 4.32, currency: “USD”))
This functionality is described here: https://developers.facebook.com/docs/swift/appevents
We could not find something in the documentation that enables us to send these. any help would be highly appreciated.