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
I am using react native version "react-native": "0.68.5", and "localytics-react-native": "3.2.7".
I have tried both javascript and typescript templates, this issue is there. I have followed https://help.uplandsoftware.com/localytics/dev/react-native.html#react-native
In the AppDelegate.mm file I have added the following code.
I am using react native version "react-native": "0.68.5", and "localytics-react-native": "3.2.7".
I have tried both javascript and typescript templates, this issue is there. I have followed https://help.uplandsoftware.com/localytics/dev/react-native.html#react-native
In the AppDelegate.mm file I have added the following code.
[Localytics autoIntegrate:@"YOUR-LOCALYTICS-APP-KEY"
withLocalyticsOptions:@{
LOCALYTICS_WIFI_UPLOAD_INTERVAL_SECONDS: @5,
LOCALYTICS_GREAT_NETWORK_UPLOAD_INTERVAL_SECONDS: @10,
LOCALYTICS_DECENT_NETWORK_UPLOAD_INTERVAL_SECONDS: @30,
LOCALYTICS_BAD_NETWORK_UPLOAD_INTERVAL_SECONDS: @90
}
launchOptions:launchOptions];
Issue : Use of undeclared identifier 'Localytics'; did you mean 'localtime'?
PLease check the following screenshot:
The text was updated successfully, but these errors were encountered: