1

can I use Custom URL scheme to communicate Data ( a "flag" ) between three applications in background without make some of these applications in foreground ?

I want communicate a flag between three applications(in the same device) always in bakground

maria.s
  • 15
  • 5

1 Answers1

1

If it is just a flag and both your applications are under the same teamid, you can use the pasteboard functionality to share data.

If the data is to be secure you can apply some encryption on this data and share the data. You can use the following two links to share the data. Just try to keep the name of the pasteboard as same.

http://www.enharmonichq.com/sharing-data-locally-between-ios-apps/

Paste from unique PasteBoard (app-specific pasteboard)

Community
  • 1
  • 1
Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115