how can i detect active network type or name? iOS and Android?

Comments

  1. Yes it compiles fine. Did you refresh the frameworks after adding the entry in?

    ReplyDelete
  2. Aleksandar Djurovic I started to update that not long ago. I wanted to remove the reliance on libReachability first, however I think I'll pass on that part for now. As Paul says, if you've added SystemConfiguration correctly, it should work. The article links to another one that describes the process of adding frameworks in the SDK manager

    ReplyDelete
  3. hey guys, thnx for help.
    i have done as you said:

    1. read exeplanation how to add SystemConfiguration correctly, and by me was a problem that some radio buttons was checked, since Delphi ID do this !

    after that i could compile a 32bit version.

    For 64bit version, i had a compile error, so i
    2. copy libReachability.a for iOS 64bit ont a project directory.
    Now i can compile 32bit/64bit debug/release version.

    If i have some other problems i'll keep you updated, but so far, so good !

    Thnx again.

    ReplyDelete

Post a Comment