paytabscom / flutter-sdk-bridge

MIT License
12 stars 11 forks source link

Apple MetaData Rejected #13

Open midotaha opened 2 years ago

midotaha commented 2 years ago

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 commented 2 years ago

Hello

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

midotaha commented 2 years ago

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 commented 2 years ago

@midotaha any news?

midotaha commented 2 years ago

Hi dear , News about what @mohadel92 ?!