Firebase Invites on iOS - how to get invite from universal link?

71 Views Asked by At

I'm walking through the Firebase Invite setup to send and receive invites in my iOS app. However, it seems like the Invites function they use to retrieve an invite from a URL, Invites.handleUniversalLink(url), is no longer available.

I get an error saying Type 'Invites' has no member 'handleUniversalLink'.

Any ideas why I'm getting this error? Thanks so much for your help.

1

There are 1 best solutions below

0
On

The issue was resolved when I updated to the latest version of Xcode.