Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple MetaData Rejected #13

Open
midotaha opened this issue Sep 13, 2021 · 4 comments
Open

Apple MetaData Rejected #13

midotaha opened this issue Sep 13, 2021 · 4 comments

Comments

@midotaha
Copy link

Hi Dears
My Greetings!!
After finished integrate PayTabs Flutter SDK Payment into my Project, Apple Team make it was pending or Metadata Rejected, The reason this is they required more information about NFC features, I do not have properties or other features using the NFC only ApplePay, And I didn't activate this feature at the moment, Is there any way to make the NFC false or not Active?! To show Apple Team that it is inactive?!
👇👇👇👇 this Snapshot from their message
Screen Shot 2021-09-11 at 10 26 00 AM

@mohamedkhairy953
Copy link
Contributor

Hello

Could you provide me with the SDK version?. for further investigation

@midotaha
Copy link
Author

midotaha commented Oct 1, 2021

flutter_paytabs_bridge: 2.0.5
I have provided a video explaining the features of the application, the uses, and the permissions that it has in order to pass the app Review process by the Apple team, and they agreed to this after the required proofs
But it must be there a code to turn off the NFC in case it is not used, Like the next code for example to turn off the microphone
👇👇👇👇👇👇

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
    
    # ADD THE NEXT SECTION
    target.build_configurations.each do |config|
      config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
        '$(inherited)',
        'AUDIO_SESSION_MICROPHONE=0'
      ]
    end
  end
end

Thank you for your patience

@mohadel92
Copy link

@midotaha any news?

@midotaha
Copy link
Author

midotaha commented Mar 3, 2022

Hi dear ,
News about what @mohadel92 ?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants