App reject : Google Analytics ios sdk 2.0

后端 未结 4 1835
余生分开走
余生分开走 2021-02-05 15:37

I am using latest Google analytic iOS SDK 2.0 in my Project and app get rejection in few minute saying invalid binary. I received a email from

相关标签:
4条回答
  • 2021-02-05 15:57

    Please cross check whether Google analytic iOS SDK 2.0 using third party libraries or classes that contain UDIDs.

    0 讨论(0)
  • 2021-02-05 16:14

    I have not used google analytic but I have used testflight. When developing they use the UDID so that when you are testing/developing you can see what is happening on whos device and see the crashes they have. When you deploy the production version you are told to take the UDID out so that apple does not reject it.

    You might need to check the documentation for something similar to this.

    0 讨论(0)
  • 2021-02-05 16:15

    Please verify that you are using the very latest version of the Google Analytics SDK. I believe it's v2.0 beta 4:

    https://developers.google.com/analytics/devguides/collection/ios/resources

    According to Neil Rhodes, a Google Engineer, the SDK does not use UDID for tracking:

    https://productforums.google.com/forum/#!searchin/analytics/UDID/analytics/6_Mh2wL593s/pVkcr0lUQY4J

    If you are sure you have the latest Google Analytics SDK, and are still being rejected by Apple, contact them through the iTunes Connect web site and ask for assistance.

    Good luck!

    0 讨论(0)
  • 2021-02-05 16:16

    Unfortunately, the only available SDK at the moment (16/05/2013) is 2.0beta4. It appears that since 9/05/2013, Apple is automatically rejecting all apps with reference to uniqueIdentifier and this includes Google Analytics SDK.

    Trouble with the 2.0beta4 (and definitely earlier versions) is in libGoogleAnalytics.a and nowhere else where the code is open and modifiable.


    EDIT

    It appears that the UDID reference is NOT in libGoogleAnalytics.a but in libGoogleAnalytics_debug.a

    Removing it entirely from the XCode project (and delete the file from the filesystem just to be sure) does not auto-reject the app. (The catch is that without it you will not be able to debug).

    (Tested this on 20/05/2013)

    0 讨论(0)
提交回复
热议问题