1

I have just uploaded an app and Application Loader has given me this warning. I went on to see what does this mean and found that I am using some third party APIs due to which it might get rejected. Can I know due to which library or which code is it saying like this?

Also, is my app really gonna get rejected for sure? I don't wanna wait for 10-12 days and then know that my app got rejected. How do I confirm this thing that it won't or would get rejected in a shorter time?? Please help.

Kara
  • 6,115
  • 16
  • 50
  • 57
mayuur
  • 4,736
  • 4
  • 30
  • 65
  • 1
    possible duplicate of [How does Apple know you are using private API?](http://stackoverflow.com/questions/2842357/how-does-apple-know-you-are-using-private-api) – Shaggy Frog Jun 04 '12 at 16:54

2 Answers2

4

Okay got the answer myself. The Flurry SDK which I was using was an older Version V2. When I updated to V3 and the problem is resolved. Anyways thanks. :)

p.s You can check if your Flurry is outdated by checking your header file. If it says, FlurryAPI.h it is V2 and if it says FlurryAnalytics its V3.

mayuur
  • 4,736
  • 4
  • 30
  • 65
1

You must be using some undocumented method in your app.

Jitendra Singh
  • 2,103
  • 3
  • 17
  • 26