Picture of mla
Registered 1 year 320 days
mla Monday, 22 May 2023, 03:50 PM
connect two Projects
I want to show incomming calls on an existing website. In order to do so I want to open an app in myApps whenver a new call appears. This app is supposed to call a function of the website with the phone number as its parameter. I created the app in the same solution as the website but as a seperat project because I wanted to use the innovaphone- javascript runtime for the app. Now I cant connect these two project. I tried doing it by reference but I get the following error message: "A reference to "..." cannot be added because the two projecrs target different platforms. "
How can I solve this problem or is there an other solution for my problem?
Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Wednesday, 24 May 2023, 11:25 AM
1 of 1 users consider this post helpful
Re: connect two Projects
The Visual Studio projects for innovaphone Apps are C++ Linux Console Application projects (even if it uses a Java Script Runtime), so i think it is not possible to link them with Web App based projects in VS.
Picture of mla
Registered 1 year 320 days
mla Monday, 5 June 2023, 04:35 PM
Re: connect two Projects
Thank you so far. Just to make sure: Is there any other way to get access a project in the same solution. The code contains a contact management I want to use to get the contact of an incoming call in order to show the correct name without adding it to the contact app. Otherwise I would use LDAP to put the information to the myApps ContactApp. I just want to make sure wether there is another solution because I never used ldap bevor. (Which is not a big problem if this is the best way to solve it)
p.s.Thank you for your great help and please excuse any bad explanation by me. Neither my english nor my explanation skills are as good as I want them to be
Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Thursday, 22 June 2023, 09:01 PM
Re: connect two Projects
In the following repository i have placed an app project that provides com.innovaphone.phonelookup API:
https://github.com/innovaphone/jsclientapiexample

The lookup requests are forwarded to the App Service via JsonApi. In the App Service the lookup is done by an HTTP request towards REST API, however the local REST API mockup is done using Webserver Library.
Picture of Wim 4127
Registered 6 years 245 days
Wim 4127 Monday, 26 June 2023, 09:18 AM in response to mla
Re: connect two Projects
Hi, we have launched an app in the app store, called easyconnect. Maybe this can also help you with your integration: EasyConnect (xqting.de). For any questions don't hesitate to reply or contact me on wim.van.houts at xqting.be.

Kind regards,

Wim
← You can define your color theme preference here