libpaypalmpl.a is using uniqueidentifier and apple reject reject the app

后端 未结 3 595
深忆病人
深忆病人 2020-12-28 22:34

From the 1st, May 2013 Apple will reject the app which will use uniqueIdentifier. In my app i am using Paypal library and i found that libpaypalmpl.a is using <

3条回答
  •  梦毁少年i
    2020-12-28 23:01

    Mike from PayPal here. We're in the process of deprecating the old MPL library. As you point out, it does call [UIDevice uniqueIdentifier].

    The PayPal iOS SDK should be safe - other apps are using it, and it does not call [UIDevice uniqueIdentifier]. We'll be maintaining this version going forward and adding new features, so it should be a much nicer experience for your customers.

    As you correctly point out, the PayPal iOS SDK is only available to US businesses. We're working on expanding support to non-US countries, and should hopefully have an update soon!


    Update: the new iOS SDK (version 2.0.0) without references to uniqueIdentifier is here: https://github.com/paypal/sdk-packages/blob/gh-pages/MPL/PayPalMPL_2-0-0-iPhone_DevelopersPackage.zip

提交回复
热议问题