You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please check and perhaps implement a function( Branch.setFBAppID ) from the C# front-end code using the Native Branch SDK?
Following function from the native side:
package com.example.android
import android.app.Application
import io.branch.referral.Branch
class CustomApplicationClass : Application() {
override fun onCreate() {
super.onCreate()
// Branch object initialization
Branch.getAutoInstance(this.applicationContext)
// Set your Facebook App ID for Meta Install Referrer
Branch.setFBAppID("YOUR_FACEBOOK_APP_ID_HERE")
}
}
Hi! This is Kun from the Branch integration team.
Could you please check and perhaps implement a function( Branch.setFBAppID ) from the C# front-end code using the Native Branch SDK?
Following function from the native side:
Reference: https://help.branch.io/using-branch/docs/facebook-install-referrer#1b-set-your-fb-app-id-meta-install-referrer-only
This is a necessary function to use the Meta Branch referrer, which will be used to get the Facebook data while following Facebook's AMM depreciation.
I was able to see that we indeed do have:
But it seems like this is not the right function since it requires 2 parameters and the following is the function method:
Let me know if we indeed do have a function already to handle this.
The text was updated successfully, but these errors were encountered: