thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Having an IdentityExchange problem with iOS #69

Open yaronyg opened 8 years ago

yaronyg commented 8 years ago

Working with Tobe on this

deadlyfingers commented 8 years ago

@tobybrad I'm getting GET /webview/IdentityExchange problem on iOS where it never finds the user to do an exhange with... Not sure what the extra stuff is after the username?

jxcore logs:

Device A username: "one"

11/11/2015 10:31:35 PostCardApp[384]: jxcore: connect tbsW0njexwkHO5P4Os3V1w==;one.7U2L3l/deuU=

Device B username: "two"

Nov 11 18:31:34 iPhone5S PostCardApp[1538] <Warning>: jxcore: connect 9mU7FkYcVYjABUsnV1+XQg==.nlZuxFzpSYc=
Nov 11 18:31:35 iPhone5S PostCardApp[1538] <Warning>: jxcore: connect 9mU7FkYcVYjABUsnV1+XQg==;two.Li0fdhIwgCs=
Nov 11 18:31:35 iPhone5S PostCardApp[1538] <Warning>: jxcore: connect: fail: Peer disconnected
tobybrad commented 8 years ago

Do you have a test app I can see this for myself ?

deadlyfingers commented 8 years ago

@tobybrad postcard build script for my branch

git clone -b story_001_dadougla https://github.com/thaliproject/postcardapp.git
cd postcardapp
cordova platform add ios
cd www/jxcore
jx npm install --production --autoremove "*.gz"
bower install
find ./bower_components -name "*.gz" -type f -delete
cordova build ios