rolinger
rolinger
@EdwinHoksberg - I still have the issue. Saying its an error is misleading as nothing actually happens - which is weird.
@bhullar89 - we have some new developers on the project now. We will see about adding your request to the list.
I have done this manually; adding additional company fields for logos, app links, company websites, etc. However I have only done it for US based bike systems. As there are...
We also need a few more standard keys too (non "extra" fields. There should be : vendorURL: 'http://www.bikevendor.com', vendorIOS: 'http://appstore.apple.com/vendorID=bikeVendor', vendorAndroid: 'http://playstore.appl.com/vendorID=bikeVendor', deeplinkIOS: 'bikevendor://?', deeplinkAndroid: 'com.bikevendor.android?' I literally just went...
my apologies...not trying to offend here. I guess I don't fully understand how all the data is being assembled. My assumption was a vendor would register the api site and...
iOS used to return: ``` Object densityBucket:"xxhdpi" densityValue:3 diameter:5.2 height:1920 width:1080 xdpi:422.0299987792969 ydpi:424.0690002441406 ``` but now in iOS (14.x), it looks like it now only returns: ``` height, width, scale...
HI Martin, I can see an API working from multiple perspectives, each with their own challenges. My first take was from mobile apps. In the mobile environment the app developer...
what should be the date stamp of the new cert.pem file? I trying to figure out why moving from sandbox to production is failing with an E00007 authentication error. I...
I have finally managed to get my first full payment transactions working and create customer profiles using that transaction. But man, this has been VERY painful. Its like their documentation...
I think the solution will be related to this: https://stackoverflow.com/questions/62195760/ionic-capacitor-build-cannot-find-symbol-android-support-v4-app-activitycompat To work with Cordova 10, I think plugin needs to be updated to change all references for: `import android.support.v4.app.ActivityCompat;` to:...