I have created an app universal ios app in Flurry.com and created a native adSpace. Given the API key and adSpace name as described in the documentation. But I got Error when i run the app and nothing happens. Error log is Given below.
Load AdUnit Timed out
Picked cached ad unit 0x0 with guid (null)
Successfully parsed ad request schema
Successfully created ad request.
Sending AdRequest....
Sending AdRequest of size 1224....
Flurry: HTTP connection delegate received response
[ { URL: https://ads.flurry.com/v14/getAds.do } { status code: 200, headers {
Connection = "keep-alive";
"Content-Length" = 78;
"Content-Type" = "application/octet-stream";
Date = "Wed, 04 May 2016 05:20:08 GMT";
"FM-Checksum" = "-909430395";
"Keep-Alive" = "timeout=10";
Server = nginx;
} }]
This is a ad response of len 78
Successfully parsed ad response schema
Error in AdRequest: [Database has no section id for ad space]
FlurryAdCache: skipping adunit with empty or nil adspace ******* logAdEvent: **
[ unfilled(4), T:28460]
** [S:1462339177513, RS:1462339177513 ID:1, GUID (null), {(
" ** [ unfilled(4), T:28460] "
)} transmitted {{
}} ]**
Native Ad for Space [FlotillaNative1] Received Error # [1], with description: [Error Domain=FlurryAds Code=104 "FlurryAds: No ads available from server for this space." UserInfo=0x1a94a070 {NSLocalizedDescription=FlurryAds: No ads available from server for this space.}]
================
What does it mean?