Search found 201 matches

by idpSteve
Thu Mar 16, 2023 12:51 pm
Forum: General discussion and questions about Aware IM
Topic: [Freelance] Publishing our AwareIM app to Android.
Replies: 0
Views: 20933

[Freelance] Publishing our AwareIM app to Android.

Hi All. We are looking to publish an update for our AwareIM app to the Android and iOS stores. The iOS version works well, but the version for Android gave an error when downloaded / updated with Samsung S23 devices. We are able to help new Samsung users with a download directly from our server, but...
by idpSteve
Mon Mar 13, 2023 9:28 am
Forum: General discussion and questions about Aware IM
Topic: Session has timed out [mobile]
Replies: 1
Views: 1123

Session has timed out [mobile]

Hello All. We are trying to build our android app for new phones (SDK 31). We are able to build the app using android versions 8 and 9, and get an APK which can be installed on a device. The login screen is displayed and a user can enter correct login details and is logged in. They see the homepage ...
by idpSteve
Sat Mar 11, 2023 8:30 am
Forum: General discussion and questions about Aware IM
Topic: Error: Session has timed out
Replies: 3
Views: 8558

Re: Error: Session has timed out

+1

We are having the same issue since re-building our app.

Any suggestions appreciated.
by idpSteve
Wed Jan 18, 2023 1:32 pm
Forum: Problem reports
Topic: AWARE IOS Cannot upload file
Replies: 5
Views: 14514

Re: AWARE IOS Cannot upload file

Hi All. We have tried re-building the app using Cordova V11 on Monaca, and get the same issue. This is for both picture and document uploads. If we click on the 'Save' button while the file is 'uploading' we get an 'Object has been changed by another user issue'. We get an error with the cordova-plu...
by idpSteve
Mon Jan 16, 2023 7:13 am
Forum: Problem reports
Topic: AWARE IOS Cannot upload file
Replies: 5
Views: 14514

Re: AWARE IOS Cannot upload file

Thank you for your response. We appreciate it!
by idpSteve
Fri Jan 13, 2023 10:13 am
Forum: Problem reports
Topic: AWARE IOS Cannot upload file
Replies: 5
Views: 14514

AWARE IOS Cannot upload file

Hi,
AwareIM Version : 8.6
When the user tries to upload a file . We get this error.
This error only appears on IOS.
it works fine on android and web.
It's stuck on uploading forever.

Please see attached
by idpSteve
Wed Jul 20, 2022 12:03 pm
Forum: General discussion and questions about Aware IM
Topic: Remove 'Cancel' button on form called from a process
Replies: 8
Views: 2107

Re: Remove 'Cancel' button on form called from a process

You should be able to use something like this in the render script of the form:

$('[id*="_cancel_button"]').hide();

If that doesn't work for you use the inspector to find a part of the cancel button's ID that you can match, and use that.
by idpSteve
Wed Jul 20, 2022 9:45 am
Forum: General discussion and questions about Aware IM
Topic: [Mobile App] Build issues
Replies: 0
Views: 2240

[Mobile App] Build issues

Hi All. Just lost a few pages of typing due to my session expiring, so this will be the ;TLDR version Its time to publish a new app to the stores, and I'm having issues with Monaca/Cordova/Aware. I am working to get debug versions of the app built, as there is always a bunch of fixing that needs to ...
by idpSteve
Tue Mar 08, 2022 5:40 am
Forum: General discussion and questions about Aware IM
Topic: Document template tags
Replies: 2
Views: 2704

Document template tags

Hi All. We are using an HTML document template for an outgoing email. When creating the outgoing email it isn't possible to specify the HTMLmessage attribute to be the document template, so we can't use the 'in context' object and populate the template that way. We use a document attribute in an obj...
by idpSteve
Tue Mar 08, 2022 5:30 am
Forum: General discussion and questions about Aware IM
Topic: Scheduling- any updates?
Replies: 0
Views: 2525

Scheduling- any updates?

Hi All. We have been having some issues with scheduled processes getting skipped. This isn't consistent, rather 'random', although frequently. We have implemented a solution after reading this thread: [https://www.awareim.com/forum/viewtopic.php?f=1&t=12045&p=55879] We are using 'ProcessList' object...
by idpSteve
Tue Mar 08, 2022 5:22 am
Forum: General discussion and questions about Aware IM
Topic: Push Notifications - Huawei
Replies: 0
Views: 2556

Push Notifications - Huawei

Hi All. We have been using push notifications in all of our mobile apps since starting with Aware IM. Since the google/Huawei dispute it seems that users get 'stuck' (Process doesn't end, if the user tries to do something else they get the 'do you want to cancel process' prompt) when running a proce...
by idpSteve
Thu Apr 29, 2021 5:24 am
Forum: General discussion and questions about Aware IM
Topic: mobile queries scrolling inability solution, touch-action, why?
Replies: 3
Views: 2612

Re: mobile queries scrolling inability solution, touch-action, why?

I can confirm I've had this issue previously.

As described it only applies to custom queries with 'operations with records' defined. iOS only.
by idpSteve
Thu Apr 29, 2021 5:21 am
Forum: General discussion and questions about Aware IM
Topic: Version 8.6 has been released!
Replies: 9
Views: 8092

Re: Version 8.6 has been released!

Awesome!

Thanks, beta testers and support
by idpSteve
Wed Jun 10, 2020 6:24 am
Forum: General discussion and questions about Aware IM
Topic: Building Native Mobile Apps for iOS
Replies: 15
Views: 20413

Re: Building Native Mobile Apps for iOS

Hi All. @support what about processes that update values? If you're making forms available offline is there a possibility of making processes that update form values work offline? Super simple example- a button that sets a status, could this update the cached value and push this when offline mode is...
by idpSteve
Thu May 21, 2020 5:21 am
Forum: General discussion and questions about Aware IM
Topic: Custom Query template issue with Boolean field
Replies: 1
Views: 6573

Re: Custom Query template issue with Boolean field

Hi Jaymer.

Pretty sure its 'Yes' and 'No'.

Let me know!