0

I have a meteor chat application and now want to add capability of receiving data shared from other apps, on both IOS and Android

I found few solutions to do so in cordova (ateleast in android) receive-data-with-app-built-by-phonegap-build share-something-to-a-phonegap-app However couldn't add those plugins in meteor builds.

Anyone has done this before?

Community
  • 1
  • 1

1 Answers1

0

You can set the MongoUrl to your other app. That will connect your meteor app to other app.

I hope that can solve your problem.

Pankaj Jatav
  • 2,158
  • 2
  • 14
  • 22