App Invite configuration failed Firebase iOS cocoapods

后端 未结 4 1888
清歌不尽
清歌不尽 2021-02-08 10:22

I got a build error with this in it while trying out the new version of firebase

*** Terminating app due to uncaught exception \'com.firebase.appinvite\', reason         


        
4条回答
  •  一生所求
    2021-02-08 10:37

    Firebase Invites works over Firebase Dynamic Links so, by following the Dynamic Links guide, you need to setup 2 things in your project:

    1. Add Url type

    At Target settings, info tab, add the new url. Set the schema your bundle ID. If you use other schema you have to set it on Dynamic Links page at Firebase console.

    1. Associate the Firebase Dynamic link domain in your app. Go to Firebase console and copy from Dynamic links section the Firebase-generated Dynamic Link Domain of your app. Go to target settings, capability tab, and enable Associated Domains. Add the Firebase-generated Dynamic Link Domain you just copied.

    This should fix the configuration error as it did in my case. Anyway i advise to read the full guide.

提交回复
热议问题