I added my device to the white list, tried to generate a test install via their test page, followed all the instructions, installed my app (by dragging the generated .app file) onto my XCode device list. Launched the app and waited 1 hour. Still no install count. So I’m not sure if the latest plugin is 100% tracking installs. Perhaps it needs to be installed from the App Store.
When I set it to debug mode (via the init method) I’m seeing this:
default 14:15:05.103568 +1000 Test App AppsFlyer SDK version 4.10.3 started build (840)
all good, with the latest build…
and then I’m seeing this:
default 14:15:10.851635 +1000 Test App [DEBUG] AppsFlyer: conversion data description: { "af\_message" = "organic install"; "af\_status" = Organic; "is\_first\_launch" = 1; }
so it looks to be ok, but directly after this I’m seeing this:
default 14:15:11.336851 +1000 Test App [1 \<private\> stream, pid: 1870, url: https://t.appsflyer.com/api/v4.9/iosevent?app\_id=G3kWoj7...jTZJ8&buildnumber=4.10.3, tls] cancelled [1.1 4E519605-4272-4F44-B693-688BCF2C7EDA \<private\>.61859\<-\>\<private\>] Connected Path: satisfied (Path is satisfied), interface: pdp\_ip0, ipv4, dns Duration: 3.755s, DNS @0.089s took 0.091s, TCP @0.186s took 0.340s, TLS took 0.812s bytes in/out: 3613/2439, packets in/out: 5/5, rtt: 0.347s, retransmitted packets: 0, out-of-order packets: 0
Is that the end point that could be wrong? The URL still refers to v4.9 as part of the request (however the params in the URL does say 4.10.3
You might have to scroll all the way to the right to see the full URL… (I’ve edited my app_id for privacy on this post)