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

Commit

Permalink
Merge branch 'master' of https://github.com/nearit/Xamarin-SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea.calegari authored and andrea.calegari committed Oct 19, 2017
2 parents abf4b3b + fac3b80 commit 07d8421
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sample/Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
</intent-filter>
</receiver>
</application>
</manifest>
</manifest>
12 changes: 7 additions & 5 deletions sample/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# XamarinSample

To compile this sample follow this instruction.
To run the sample follow this instruction.

**iOS**
***iOS***
<br>
Create a *Keys.plist* file where you put you API Key. Then **Right-Click** on it and select **Build Action>Bundle Resources**.
<br><br>
***Android***
<br>
**Android**
Create your *google-services.json* (follow the doc).<br
Create your string for the API Key in the *AndroidManifest.xml*.
Create your *google-services.json* (follow the doc).<br>
Add the API Key string as a resource in your *strings.xml*

0 comments on commit 07d8421

Please sign in to comment.