예제 #1
0
 public void Setup()
 {
     ACPCore.LogLevel = ACPMobileLogLevel.Debug;
     ACPCore.ConfigureWithAppId(AppConfigurations.AdobeAppId);
     Adobe.Experience.iOS.Identity.ACPIdentity.RegisterExtension();
     Adobe.Experience.iOS.Analytics.ACPAnalytics.RegisterExtension();
     ACPCore.Start(() =>
     {
         Debug.Write("Adobe analyticsc initialized and started");
     });
 }