Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

AppDelegate dosyasında bulunan "application: didFinishLaunchingWithOptions" dosyasından SDK'nın CreateAPI yöntemini çağırın.

SDK'nın 4

...

Farklı Kullanımı Vardır:

  1. RMC'ye Veri Gönderme

  2. RMC'ye Veri Gönderme ve Tavsiyeler Alma (Recommendations)

  3. RMC'ye Veri Gönderme, Tavsiyeler ve Uygulama İçi Mesajlar Alma (Recommendations, In-app Messages)

  4. RMC'ye Veri Göndermek, Tavsiyeler ve Uygulama İçi Mesajlar Almak ve Geofence Modülünü Çalıştırmak (Geofencing)

...

RMC'ye Veri Gönderme ve Tavsiyeler Alma (Recommendations) 
Anchor
recommend
recommend

RMC'ye veri göndermek ve tavsiyeler almak için aşağıdaki yöntemi kullanın:

Code Block
languageapplescript
titleObjective-C
[Visilabs createAPI:@"OrganizasyonID" withSiteID:@"SiteID" withSegmentURL:@"http://lgr.visilabs.net" withDataSource:@"DataSource" withRealTimeURL:@"http://rt.visilabs.net" withChannel:@"IOS" withRequestTimeout:30 withTargetURL:@"http://s.visilabs.net/json"];

...