RSA
RSA

Reputation: 1449

How to to connect two ionic app together?

could you please share your Idea or technique to connect to or more apps together without backend coding or database? using for example direct messaging or sending text, data(realtime)to each other?

Upvotes: 0

Views: 219

Answers (1)

enRaiser
enRaiser

Reputation: 2636

You can use custome URL Schema. (search on the net for more detail) Here is one such plugin(deeplink) which explores custom URL Schema.

This way one Application can start another Application and pass extra parameters.

Upvotes: 1

Related Questions