Beispiel #1
0
        private static void SetWrapperSdk()
        {
            iOSWrapperSdk wrapperSdk = new iOSWrapperSdk(WrapperSdk.Version, WrapperSdk.Name, null, null, null);

            iOSMobileCenter.SetWrapperSdk(wrapperSdk);
        }
Beispiel #2
0
        static void SetWrapperSdk()
        {
            iOSWrapperSdk wrapperSdk = new iOSWrapperSdk(WrapperSdk.Version, WrapperSdk.Name, Constants.Version, null, null, null);

            iOSAppCenter.SetWrapperSdk(wrapperSdk);
        }