AP Fritts
AP Fritts
Trial information is configured in App Store Connect @HappyCodingLover
We recently added a group to our deployments and we receive this error 100% of the time when deploying all of the functions. 36 functions in total, 9 of which...
@leethree I updated the example project and rebased my PR. I still need to re-confirm that this is functioning properly before it gets merged since there seem to have been...
@leethree @xsamix you can't call the `completionHandler()` directly from the AppDelegate file because it will call before your JavaScript code executes (in my case anyway), especially if you do any...
@leethree by calling `notification.finish()` from Javascript, it should have been calling the `completionHandler` but wasn't. My PR fixes that so you shouldn't call `completionHandler` from AppDelegate.m and instead make sure...
yea, having the same issue. Did you have a chance to figure out how to fix it @jwrosewell?
It would also be beneficial if we could provide a specific trust store just for the AWS SDK. In production, we remove root certificates from all servers and only trust...
> @apfritts I believe you can do that via a custom socket factory. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ApacheHttpClientConfig.html#withSslSocketFactory-org.apache.http.conn.socket.ConnectionSocketFactory- > > ```java > ClientConfiguration config = new ClientConfiguration(); > config.getApacheHttpClientConfig().setSslSocketFactory(....); > ``` @shorea yes! Sorry...
@wojtasskorcz @chandrabipin I’m no longer with Box so I can look up what I did and I don’t play in the Java world any more. Sorry!