I followed these articles How To Whitelist Your iOS Apps for Zebra Printers and iOS App White Listing and found that these article gave solution for Bluetooth connectivity of the printer. But i am facing this issue in network printing (IP). I am using flutter for developing the printing solutions using IP connection for zebra printer for both IOS and Android.
For communication between app and printer i used zsdk package of flutter which gives helper functions for all connection type i.e. Bluetooth, network and USB too. When i host this app in Appstore its giving the above mentioned issue.
Is this due to zsdk package? If so can you give sample app for flutter which can print label from zebra printer using network connection for both android and IOS?
Thank you
1 Replies
Thank you for your response.
The UISupportedExternalAccessoryProtocols key in the app’s info.plist has the following value:
com.zebra.rawport
Additionally, the External Accessory Framework is linked in the application, indicating it is supposed to be used with a Made for iPhone approved accessory.
If it is not desired for this application to work with a Made for iPhone accessory, it would be appropriate to revise your application and make sure that all references to MFi are removed from within your binary.
Once the following changes have been made, please resubmit your binary for review.