i have this script, for login a registration. In unity works fine, but publish on Iphone does not work, what could be wrong!
IOs script help.
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.UI;
- public enum lMode{login,register};
- public lMode LoginMode;
- //login
- private string user = "";
- private string pass = "";
- private int boolstatus;
- //register