Example #1
0
 private void OnPfIosReg(RegisterForIOSPushNotificationResult result)
 {
     Debug.Log("PlayFab: Push Registration Successful");
 }
Example #2
0
 private void OnPfIosReg(RegisterForIOSPushNotificationResult result)
 {
     log += "PlayFab: Push Registration Successful" + "\n";
 }