Hi, I just downloaded the latest UnityPush App42_Push_Sample_Unity from Github. It works fine in Unity 4.6, but generates an error in Unity 5 (only when running on the Android device):
'This overload is deprecated. Use the one with Dictionary argument.
NullRefException: WWW class has already been disposed.
Exception --> com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWWW+<execute>d__3.MoveNext()
...
Am I doing anything wrong or does the demo sample need an update for Unity 5 compatiblity?
Also, I noticed that when running the demo built with Unity 4.6 the second time, I get an error because the device is already registered for push notifications. Is there a method to check if the device is registered before trying to register it again?
Tks