BranchMetrics / capacitor-branch-deep-links

Capacitor plugin for branch.io deep links
MIT License
32 stars 44 forks source link

Clarify Documentation #20

Closed selected-pixel-jameson closed 3 years ago

selected-pixel-jameson commented 3 years ago

Can you please clarify this statement in the Android setup documentation.

Declare BranchApp as your application class in src/main/AndroidManifest.xml:

  <application
+     android:name="io.branch.referral.BranchApp"

Is android:name supposed too explicitly be "io.branch.referral.BranchApp" or is it supposed to be the name of your specific app? When I enter this in my AndroidManfest.xml file it tells me that it doesn't exist. However, the deep links still work and the app compiles.

selected-pixel-jameson commented 3 years ago

Any immediate help with this would be much appreciated. My app is reporting 1000's of crashes daily and I need to figure out what is causing this as I can't replicate it on the emulator or actual devices.

tafelnl commented 3 years ago

@selected-pixel-jameson

This answer can probably help you out: https://github.com/BranchMetrics/capacitor-branch-deep-links/issues/21#issuecomment-703516155