I use this Socket Mobile web site to fill MFi approval form.
My quiestion is about number
- Any protocol strings you are using other than com.socketmobile.chs
I found information on page here that describes:
As part of your communication with the accessory manufacturer, you must find out what protocols a given accessory supports. To prevent namespace conflicts, protocol names are specified as reverse-DNS strings of the form com.apple.myProtocol. This allows each manufacturer to define as many protocols as needed to support their line of accessories.
So should I specify this as com.apple.myProtocol
or do I need to use com.mywebsite.myProtocol
?