robovm / robovm-robopods

63 stars 86 forks source link

FBSDKAppEvents setLimitEventUsage is not implemented #73

Closed softcharles closed 8 years ago

softcharles commented 8 years ago

Isn't it mandatory to use FBSDKAppEvents setLimitEventUsage? Check org.robovm.pods.facebook.core.FBSDKAppEvents shouldn't setLimitEventUsage be implemented?

softcharles commented 8 years ago

I found this one: FBSDKSettings.limitsEventAndDataUsage(); I guess that is the one i was looking for...