Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Added a verification step
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirkula authored Apr 29, 2018
1 parent 14cf4a1 commit f4eb558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can set the plugin up in a few easy steps:

Here, you should change **MY_UNIQUE_AUTHORITY** with a **unique string**. That is important because two apps with the same **android:authorities** string in their `<provider>` tag can't be installed on the same device. Just make it something unique, like your bundle identifier, if you like.

To verify this step, you can check the contents of *Temp/StagingArea/AndroidManifest.xml* to see if the *<provider ... />* is still there **after** building your project to Android.

- *for iOS*: there are two ways to set up the plugin on iOS:

#### a. Automated Setup for iOS
Expand Down

0 comments on commit f4eb558

Please sign in to comment.