Search Unity

Using DLL plugin in Android Unity app

Discussion in 'Android' started by thangpq, May 28, 2015.

  1. thangpq

    thangpq

    Joined:
    May 21, 2015
    Posts:
    3
    I'm developing a Unity app run on Android, a DLL plugin to connect to my Asp.net webapi service. I tested on Unity Editor and the app can call methods in DLL well, DLL also connected to api successfully. However, When I deployed the app to my phone and debug the server, there's no connection had been made from the phone.
    I used the app Network Log and saw that there's no any network activity from my app.

    So, how can I figure out where's the root of problem?
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    How are you connecting to your Web API ? do you have any extra information from the logs ?
     
  3. thangpq

    thangpq

    Joined:
    May 21, 2015
    Posts:
    3
    t turned out that only my project have this problem. The DLL we developed by ourselves but my friend implemented it to connect successfully to API on Android. But I didn't