iOS How to name External Accessories protocol string

1.6k Views Asked by At

I use this Socket Mobile web site to fill MFi approval form.

My quiestion is about number

  1. 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?

1

There are 1 best solutions below

9
On

I am working at MFI projects and have several projects on the App Store.

As far as I know, you should use com.yourWebsite.yourProtocol instead of com.apple.protocol, otherwise you cannot guarantee a unique protocol string on the earth.