Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by JelleFresen · Apr 28, 2014 at 04:55 PM · androidintent

How can I respond to the Android broadcast "com.android.vending.INSTALL_REFERRER"?

We are migrating an Android app to Unity and one of the things the Android app does, is register itself as a broadcast receiver through the AndroidManifest like this:

 <receiver
     android:name="com.example.OurReceiver"
     android:exported="true" >
     <intent-filter>
         <action android:name="com.android.vending.INSTALL_REFERRER" />
     </intent-filter>
 </receiver>

The Android BroadcastReceiver is implemented like this:

 public class OurReceiver extends BroadcastReceiver {
     @Override
     public void onReceive(Context context, Intent intent) {
         String referrer = intent.getStringExtra("referrer");
         // do stuff with the referrer
     }
 }

Assuming I have C# code ready to do the stuff with the referrer, how can I do this in Unity?

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Devil_Inside · Aug 13, 2014 at 08:36 PM 0
Share

I am too interested in this and I'm shocked that there's so little information on this topic.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by liortal · Aug 15, 2014 at 08:37 AM

What you need in order to achieve this:

  1. A custom JAR that contains your Java code (with the BroadcastReceiver).

  2. A custom AndroidManifest.xml like you posted that Unity will use.

  3. Some way of calling from the Java VM back into Unity.

Assuming you have a Java project wuth the BroadcastReceiver, you would need to compile it to JAR. Place the JAR in your Unity project under Assets/Plugins/Android

Also place the AndroidManifest.xml in that folder.

In order to call back into your scripting code from Java, use the UnityPlayer.UnitySendMessage.

See the documentation here on how to use it: http://docs.unity3d.com/Manual/PluginsForAndroid.html

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

22 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Read intent from Android Studio in Unity 0 Answers

how to send text from html page to unity android app? 0 Answers

Read NFC tag from Unity3d android 1 Answer

Pass an image from Android activity to unity 0 Answers

How open apk from web url and parse parameters. 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges