Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Confusing Dynamic Link Document

I tried to set up dynamic link to my iOS project and follow https://rnfirebase.io/docs/v4.1.x/links/ios document.

In document number 5. that need to update the AppDelegate.m file. FIROptions defaultOptions].deepLinkURLScheme = CUSTOM_URL_SCHEME; What is CUSTOM_URL_SCHEME ?

From the explanation : ^-- where CUSTOM_URL_SCHEME is the custom URL scheme you defined in your Xcode project.

I still really don't know where CUSTOM_URL_SCHEME is.

image

like image 353
FeelRightz Avatar asked Feb 17 '26 15:02

FeelRightz


1 Answers

For someone who maybe like me non native developer from react-native.

Can refer to this link https://codorial.com/g/invertase/tutorials/ios-xcode-custom-url-scheme

And what I do is [FIROptions defaultOptions].deepLinkURLScheme = @"com.example.ios";

like image 127
FeelRightz Avatar answered Feb 20 '26 07:02

FeelRightz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!