|
|
|
|
|
by mdwrigh2
5202 days ago
|
|
You don't need it to be OS-level. When an app with ads turns on, just have it grab a whole bunch of potential ads and cache them in some shared data store (e.g. a Content Provider). I imagine that the harder part is grabbing the right ads so that you have something relevant to show. There's also some concern about leaking ad information, but I'm not sure how much advertisers care about that. |
|
That alone would require it to be OS-level, at least on iOS (AFAIK).