2

I am converting my app to use RevMob.

I would like to implement code that informs me if the user actually installs the app that was advertised by Revmob?

Can someone point me in the right direction.. I don't see anything in the SDK documentation.

Thanks.

edhnb
  • 2,122
  • 3
  • 24
  • 38

1 Answers1

0

So far they don't expose any API that can inform you that, you can check on their iOS and Android sites.

The delegate method installDidReceived is used when the SDK notify that your app was installed, not the advertised one.

Any other Ad Network offer support to this?

Diogo T
  • 2,591
  • 1
  • 29
  • 39
  • I see a lot of games that offer up in game 'currency' when a user installs the advertised app. How do they go about confirming this? Any ideas? – edhnb Dec 19 '12 at 22:22
  • Probably the advertised app notify a server about the install and this server credit the 'currency' for the user. Later the app that has the add ask for the server to the users 'currency'. So it's an asynchronous operation. – Diogo T Dec 20 '12 at 14:06
  • confirmed with revmob.. you are correct. Not possible in the current SDK. Thanks. – edhnb Dec 20 '12 at 18:47