Firebase dynamic link not opening the app iOS

后端 未结 16 1816
梦谈多话
梦谈多话 2020-12-05 01:53

I have developed & installed an iOS app locally on my device.

And have set custom scheme in the info.plist as mydlink

Set associated domains

16条回答
  •  时光取名叫无心
    2020-12-05 02:46

    Experienced the same problem.

    The solution for me was to use the

    Identifiers -> App IDs -> 'my.app.ID' -> Prefix

    You can find it on: https://developer.apple.com/account/ios/identifier/bundle

    Instead of the 'DevelopmentTeam' number from the .pbxproj which I used and add it to the Team ID for my iOS app in the Firebase console.

    And don't forget to download and add a new .plist to the project.

提交回复
热议问题