Previously, I was able to submit my binary with Estimote's SDK 2.0 to Apple. To be able to compile my last binary, I had to include the AdSupport.framework as seen in this post: https://community.estimote.com/hc/communities/public/questions/200926077-Can-t-compile-after-updating-to-new-iOS-SDK-2-0
Now, when I try to send an updated binary (new version of the app), iTunes tells me:
Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier [IDFA] API but you have not indicated its usage on the Prepare for Upload page in iTunes Connect.
After a long research, everyone says it is related to the AdSupport.framework, even though my app does not implement or incorporate any kind of advertising features. They say you need to remove all references to that framework in order for your app to be validated successfully, but even doing so (I have no reference to this framework anywhere in my project), iTunes keeps rejecting the binary - even if I choose to use/turn on the IDFA option (which is brand new to me) while preparing to upload the binary on iTunes Connect.
Anyone with a similar experience or same issue?