trigger.io

How can I add another collaborator to my trigger.io project?

一世执手 提交于 2019-11-28 10:06:09
问题 Right now my collaborator gets an error like this: [ ERROR] Forge API call to app/f7617c848[...]adcbe/should_rebuild went wrong: App matching query does not exist. 回答1: We're working on team features, but for now it's a bit awkward - the way you work on a shared project is to: each do a 'forge create' keep your own identity.json which is created in the src subdirectory share the rest of the code 来源: https://stackoverflow.com/questions/10822272/how-can-i-add-another-collaborator-to-my-trigger

forge.facebook.ui callback invoked with null on iOS

天涯浪子 提交于 2019-11-28 09:08:01
问题 I'm having trouble with Trigger.io Forge and getting a callback from a native FB friend selector UI. The problem is only showing on iOS, works fine on Android. Running this code in catalyst on either iPhone device or simulator causes the FB dialogue to show correctly. >forge.facebook.ui({ method: 'apprequests', message: 'Hey' }, function(a){console.log('success: '+JSON.stringify(a))}, function(error) {console.log('error:'+JSON.stringify(error))}); >undefined >success: null When selecting some