@@ -122,7 +122,7 @@ DynamicLinkComponents CreateDynamicLinkComponents() {
122122#endif
123123
124124 return new DynamicLinkComponents (
125- // The base Link.
125+ // The base Link. This should be in your allowlist in the Firebase console.
126126 new System . Uri ( "https://google.com/abc" ) ,
127127 // The dynamic link domain.
128128 kDomainUriPrefix ) {
@@ -134,11 +134,11 @@ DynamicLinkComponents CreateDynamicLinkComponents() {
134134 Content = "mycontent"
135135 } ,
136136 IOSParameters = new Firebase . DynamicLinks . IOSParameters ( appIdentifier ) {
137- FallbackUrl = new System . Uri ( "https://mysite /fallback" ) ,
137+ FallbackUrl = new System . Uri ( "https://google.com /fallback" ) ,
138138 CustomScheme = "mycustomscheme" ,
139139 MinimumVersion = "1.2.3" ,
140140 IPadBundleId = appIdentifier ,
141- IPadFallbackUrl = new System . Uri ( "https://mysite /fallbackipad" )
141+ IPadFallbackUrl = new System . Uri ( "https://google.com /fallbackipad" )
142142 } ,
143143 ITunesConnectAnalyticsParameters =
144144 new Firebase . DynamicLinks . ITunesConnectAnalyticsParameters ( ) {
@@ -147,13 +147,13 @@ DynamicLinkComponents CreateDynamicLinkComponents() {
147147 ProviderToken = "pq-rstuv"
148148 } ,
149149 AndroidParameters = new Firebase . DynamicLinks . AndroidParameters ( appIdentifier ) {
150- FallbackUrl = new System . Uri ( "https://mysite /fallback" ) ,
150+ FallbackUrl = new System . Uri ( "https://google.com /fallback" ) ,
151151 MinimumVersion = 12
152152 } ,
153153 SocialMetaTagParameters = new Firebase . DynamicLinks . SocialMetaTagParameters ( ) {
154154 Title = "My App!" ,
155155 Description = "My app is awesome!" ,
156- ImageUrl = new System . Uri ( "https://mysite .com/someimage.jpg" )
156+ ImageUrl = new System . Uri ( "https://google .com/someimage.jpg" )
157157 } ,
158158 } ;
159159 }
0 commit comments