AppLink dev is here. Hope we can figure it out here.
As you can see, the application appears in ALE when connected via TCP / IP?
It should be noted that some RPC (commands) require a certain level of HMI. When an application first connects to ALE, it issues an application registration interface (or RAI) that lets ALE know what the application is, what the application identifier is, and what VR commands are logged in to listen. This can be done at the HMI level no higher or higher. When you actually select an application (highlighting it in ALE and then clicking OK , you should see in the logs that the HMI level changes from NONE to FULL , and then RPCs are sent (which in this case is Show, Speak and AddCommand RPC). If you look at the code for the hello_sdl_ios part, the place to view it will be onOnHMIStatus:(SDLOnHMIStatus *)notification .
Here's a link to what I mean: Hello_SDL_iOS onOnHMIStatus:
source share