You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOSIAPAgent looks to be an incomplete Agent class like the FacebookAgent for IAPs. From what I can tell the author threw it together very roughly and didn't finish it. Right now, in the docs, they instruct you to make the reflection calls directly and bypass the agent class. If it were implemented it would wrap the reflection calls so you could call the iOAIAPAgent methods from C++.
I don't get why iOSIAPAgent exists. It looks like it is an earlier FacebookAgent (there is already one of those).
Plus, it doesn't compile since it has two identical constructor definitions and
std:string
is improperly namespaced.The text was updated successfully, but these errors were encountered: