Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Jun 26, 2018
1 parent 8411e2a commit 9ef4db1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ Used to generate a unique Id for your app.
string GenerateAppId(bool usingPhoneId = false, string prefix = null, string suffix = null);
```


**Id**
This should not be used as a stable ID as each vendor on Android may or may not set it to a different value and on iOS it is changed when applications are uninstalled.

```csharp
/// <summary>
/// This is the device specific Id (remember the correct permissions in your app to use this)
Expand Down

0 comments on commit 9ef4db1

Please sign in to comment.