Search found 130 matches

by ace16vitamine
Wed Jul 29, 2020 3:46 pm
Forum: iOS Deployment
Topic: iPHONE Push...
Replies: 2
Views: 2278

Re: iPHONE Push...

I found the issue. For the documentation:

To test push messages with Testflight you need a production certificate :roll:
by ace16vitamine
Wed Jul 29, 2020 2:43 pm
Forum: iOS Deployment
Topic: iPHONE Push...
Replies: 2
Views: 2278

Re: iPHONE Push...

Here is the code to generate the notification on mouseup # Provide the Host Information. local tHost = "gateway.sandbox.push.apple.com" local tPort = 2195 local tCert = "/Users/test/Desktop/PushApp/PushNotificationAppCertificateKey.pem" local tPassphrase = "XXX" local tToken = "08fe376bc22b976057896...
by ace16vitamine
Wed Jul 29, 2020 2:40 pm
Forum: iOS Deployment
Topic: iPHONE Push...
Replies: 2
Views: 2278

iPHONE Push...

Dear all, I have a simple problem with creating Push apps. I have started with this lesson: http://lessons.livecode.com/m/4069/l/53405-how-do-i-use-push-notifications-with-ios Certification is done, it is in the provisioning profile and I have checked it in the console. I also have the device ID. Bu...
by ace16vitamine
Mon Jul 27, 2020 12:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: APPCRASH tsNet-x86.dll
Replies: 5
Views: 3475

Re: APPCRASH tsNet-x86.dll

Hi Jacqueline,

it is not in a repeat loop:

Code: Select all

if "startTimer" is not in the pendingMessages 
   then
      send "startTimer" to me in 600 seconds
   else
   end if
Regards
Stefan
by ace16vitamine
Sat Jul 25, 2020 6:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: APPCRASH tsNet-x86.dll
Replies: 5
Views: 3475

Re: APPCRASH tsNet-x86.dll

LC 9.6.0 Indy, Script is running every 10 Minutes. I have tested it with put "Authorization: Basic" && base64Encode("XXXX:XXXX") into tHeader set the httpHeaders to tHeader put tHeader into tRequestHeaders put true into tSettings["use_ssl"] put "option=" & var_userid_read & "$*$" & var_passwort_read...
by ace16vitamine
Fri Jul 24, 2020 3:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: APPCRASH tsNet-x86.dll
Replies: 5
Views: 3475

APPCRASH tsNet-x86.dll

Dear all, I have a simple standalone which is opening a URL with tsNet. After some days the standalone crashes and I dont know why or what is going in wrong. Any Ideas or are there any other problems known with this? Thanks Stefan Problemsignatur: Problemereignisname: APPCRASH Anwendungsname: Export...
by ace16vitamine
Fri Jul 24, 2020 1:41 pm
Forum: iOS Deployment
Topic: Firebase notifications & iOS
Replies: 5
Views: 5424

Re: Firebase notifications & iOS

Hi Simon,

the think is I do not have enough time to track this because I need to finish the app in next upcoming days. :-(

So I have to implement the normal way with the Apple Push notofication service etc.

Stefan
by ace16vitamine
Fri Jul 24, 2020 2:11 am
Forum: iOS Deployment
Topic: Firebase notifications & iOS
Replies: 5
Views: 5424

Re: Firebase notifications & iOS

Hm, i am working currently on a iphone/android app and this would be helpful to save time because firebase is already working :lol:
by ace16vitamine
Thu Jul 02, 2020 9:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problems with Caracters from Livecode-Server
Replies: 6
Views: 3836

Re: Problems with Caracters from Livecode-Server

And... If i put

Code: Select all

put "äöü"
in the .lc file of my webserver i can see this chars without any problems on my client. S

eems that they are wrong displayed after the SQL select. But why can I see the right chars (with sql select) in my browser? but not in the post command?
by ace16vitamine
Thu Jul 02, 2020 8:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problems with Caracters from Livecode-Server
Replies: 6
Views: 3836

Re: Problems with Caracters from Livecode-Server

put isotomac("M‰rkische Strafle") Result: Märkische Straße But put isotomac(it) Does work for Märkische Straße but I can not see € - Only  The other think is this stack is later for my android app. Communication is easy: Linux Server : Maria DB : UTF-8 : APACHE -> HTTPS Android With the browser it ...
by ace16vitamine
Thu Jul 02, 2020 6:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problems with Caracters from Livecode-Server
Replies: 6
Views: 3836

Re: Problems with Caracters from Livecode-Server

OK but know the result is

Mrkische Strae

the chars are missing?
by ace16vitamine
Thu Jul 02, 2020 12:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problems with Caracters from Livecode-Server
Replies: 6
Views: 3836

Problems with Caracters from Livecode-Server

Dear all, I have a smal problem with livecode-server and Characters from my DB... If I put the URL 1.2.3.4/test.lc in my Mac Browser, I receive the correct answer: Märkische Straße But If i try to get this answer on my app I receive M‰rkische Strafle post tmyData to URL "http://1.2.3.4/test.lc" put i...
by ace16vitamine
Fri Jun 26, 2020 9:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Encrypt Socket communication
Replies: 4
Views: 3012

Re: Encrypt Socket communication

Only informations out of a database. We convert this into JSON Format and transfer it over socket. Today the Socket communication is A= Android B=Win Server in the middle C=Win Server right C -> B Authentication B -> C Result of Authentication C -> B Send extract from his own DB with JSON format ---...
by ace16vitamine
Fri Jun 26, 2020 12:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Encrypt Socket communication
Replies: 4
Views: 3012

Re: Encrypt Socket communication

Hi Richard, I have installed a Lets encrypt certificate on the Server in the middle Remember: Android (open socket) <-> Windows w. Certificate (accept communication) <-> Windows (open socket) I start from the Mobile Device (left) the communication: put "myhost.de:9999" into sock_server open secure s...
by ace16vitamine
Thu Jun 25, 2020 9:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Encrypt Socket communication
Replies: 4
Views: 3012

Encrypt Socket communication

Dear all, I have a working multi Platform application: Android (open socket) <-> Windows (accept communication) <-> Windows (open socket) All three systems can communicate with a normal TCP Socket connection to the server in the middle. There I receive read and write request and store infomations in...

Go to advanced search