Giter Club home page Giter Club logo

Comments (5)

rick711003 avatar rick711003 commented on June 13, 2024

I also would like to know any update

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on June 13, 2024

App Privacy manifests file is already there. If you have any additional things then please ask.

from iqkeyboardmanager.

app4g avatar app4g commented on June 13, 2024

@hackiftekhar thank you for the update. I was updating my app when I got Apple email about the need for PrivacyInfo.xcprivacy
I then complied and add it to the project.

However, the project was unable to proceed past Compilation/Archive due to the error as described here #2004

I then tried various means to get it working, including removing the input scripts in the [CP] Copy Resources Build Phase eg:

Original:

INPUT:
${PODS_ROOT}/Target Support Files/Pods-BLE/Pods-BLE-resources.sh
${PODS_ROOT}/IQKeyboardManagerSwift/IQKeyboardManagerSwift/PrivacyInfo.xcprivacy

OUTPUT:
${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/PrivacyInfo.xcprivacy

Updated:

INPUT:
${PODS_ROOT}/Target Support Files/Pods-BLE/Pods-BLE-resources.sh
${PODS_ROOT}/IQKeyboardManagerSwift/IQKeyboardManagerSwift/PrivacyInfo.xcprivacy

OUTPUT:
${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/PrivacyInfo.xcprivacy

This then enabled the compilation. But when archived and sent to Apple, seems like the PrivacyInfo.xcprivacy from IQKeyboardManagerSwift overwrote my app's own PrivacyInfo file.

I confirmed this by

  1. Removing IQKeyboardManagerSwift from my PodFile, doing a pod install and then removing import statements in my app
  2. Archive the app,
  3. Go into the App, (show package contents) and then looked at the PrivacyInfo.xcprivacy file.
  4. This file does contain my edits and is the file for my App.

My question is, how can I get the behaviour of the new merge (resource_bundle) into a version 6.x? Is there any plans to do that or will I need to roll my own fork?

TQ so much

from iqkeyboardmanager.

app4g avatar app4g commented on June 13, 2024

Just tried installing via SPM and it allowed me to install version 7.x
Archiving it and then looking into the Archive, we now have IQKeyboardManagerSwift with it's own bundle with it's own PrivacyInfo.xcprivacy in it

Screenshot 2024-03-15 at 4 23 17 PM

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on June 13, 2024

This issue is already addressed in this PR #2005 and already fixed with 7.0.1 version.

from iqkeyboardmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.