Using IAP for dynamic sales?

Hey Guys,

I am just getting into integrating SDK box into my game. It seems pretty simple and now that there is purchase receipts, that will make server side verification easy.

However, I have run into a snag. My game generates user targeted ‘promotions’ or limited time sales once a day on the server side and sends that down to the client. Is there a way to create dynamic sales using the IAP Plugin? The only way I see this working (again maybe I am missing something) is that I have to create all possible sales in the config.

Any solutions?

We’ve been working on a website that let you control your SDKBOX config file remotely, it’s still under testing.

You should make the client retrieval of the remote config server-agnostic as most devs would probably want to host the config along with their IAP information. I’m sure some will use a SDKBOX hosted one as well, but an agnostic client example code or plugin w/simple API would be desired for all.