Search found 130 matches

by ace16vitamine
Tue Nov 14, 2023 7:51 pm
Forum: iOS Deployment
Topic: AppStore Subscriptions
Replies: 9
Views: 11459

Re: AppStore Subscriptions

Hi Panos: mobileStoreEnablePurchaseUpdates mobileStoreSetProductType "SKU001", "subs" mobileStoreMakePurchase "SKU001", "1", "This belongs to me" Right? or should it be mobileStoreEnablePurchaseUpdates mobileStoreSetProductType "my.bundle.id", "subs" mobileStoreMakePurchase "SKU001", "1", "This belo...
by ace16vitamine
Mon Nov 13, 2023 7:51 pm
Forum: iOS Deployment
Topic: AppStore Subscriptions
Replies: 9
Views: 11459

Re: AppStore Subscriptions

Ive done this (copy/paste) from the LC Lesson and I replaced only the bundle ID & SKU. The App crashed in iOS Simulator (quits) and also on physical devices without any answer. But only with my bundle ID & SKU not if I do this with the code from the lesson. sure, it is the same SKU. Ive checked this...
by ace16vitamine
Sun Nov 12, 2023 2:44 pm
Forum: iOS Deployment
Topic: AppStore Subscriptions
Replies: 9
Views: 11459

Re: AppStore Subscriptions

Hi Jacky, does not work, the app crashes. mobileStoreEnablePurchaseUpdates mobileStoreSetProductType "the_bundle_id", "subs" mobileStoreMakePurchase "the_bundle_id", "SKU", "This belongs to me" if SKU = 1... Nothing happens (but no crash). If SKU = 1234567891 = Crash. Same if I change the bundle id ...
by ace16vitamine
Sat Nov 11, 2023 10:48 pm
Forum: iOS Deployment
Topic: AppStore Subscriptions
Replies: 9
Views: 11459

Re: AppStore Subscriptions

OK, understand. But it is not clear for me how to assign the right subscription. It is possible to add multiple subs in AppStore with different SKUs.How can I tell LC which SKU is the right one?
by ace16vitamine
Fri Nov 10, 2023 10:28 pm
Forum: iOS Deployment
Topic: AppStore Subscriptions
Replies: 9
Views: 11459

AppStore Subscriptions

Hi all, I have a short question regarding this sample code. What I want: a simple iOS subscription after the button is pressed. mobileStoreEnablePurchaseUpdates mobileStoreSetProductType "com.runrev.sampleapp.nonconsumable", "subs" mobileStoreMakePurchase "com.runrev.sampleapp.nonconsumable", "1", "...
by ace16vitamine
Fri Oct 27, 2023 10:40 am
Forum: iOS Deployment
Topic: Showing iOS App Version
Replies: 5
Views: 4274

Re: Showing iOS App Version

Perfect !

Thanks Klaus
by ace16vitamine
Fri Oct 27, 2023 1:00 am
Forum: iOS Deployment
Topic: Showing iOS App Version
Replies: 5
Views: 4274

Showing iOS App Version

Hi all,

If I remember right it is possible to put the app and build version from standalone settings into a variable. But I forgot how.. I need this to transfer the running version of the app to my server to see which version is installed from the user.

Any Ideas?
Stefan
by ace16vitamine
Fri Oct 27, 2023 12:56 am
Forum: iOS Deployment
Topic: mobileGetDeviceToken() sometimes empty
Replies: 0
Views: 107884

mobileGetDeviceToken() sometimes empty

Hi all, my mobile app is not always generating a DeviceToken. Sometimes I get a token, sometimes not (on the same device) put mobileGetDeviceToken() into dtoken answer dtoken What I found out: After the deployment in TestFlight the Token is always empty (first app start). If I close the App and star...
by ace16vitamine
Thu Sep 07, 2023 10:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

bn wrote:
Thu Sep 07, 2023 10:15 pm
one last try:
send "go this card" to me in 50 milliseconds
No Chance, does not work.
bn wrote:
Thu Sep 07, 2023 10:15 pm
Otherwise I am out of ideas and maybe a bug report is needed.
https://quality.livecode.com/show_bug.cgi?id=24331


Have an nice evening
Stefan
by ace16vitamine
Thu Sep 07, 2023 10:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

Does not work... The Datas are there. If I open another Card it is refreshed. But I have no chance to refresh while I am on the card itself. It is only on mobile device. If I do the same in the IDE (set the csvdata ...) it is prompt refreshed My workaround is not fine... I created another blank card...
by ace16vitamine
Thu Sep 07, 2023 1:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

seems that the datas are still there, a refresh is required. If I try to open another card and go back it is working... But this could not be the solution. Any Ideas how to "reload" the widget after it set the data in there?
by ace16vitamine
Thu Sep 07, 2023 1:28 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

Hi Bernd,

the Graph is also not working proper :-/

Button Example:

In LiveCode IDE it is working - In iPhone Simulator not...

on mouseup
put "1,200" & CR & "2,100" & CR &"3,15" into p1
set the tsvdata of widget "Chart_Werte" to p1
end mouseup

Any Ideas why?

Stefan
by ace16vitamine
Fri Sep 01, 2023 6:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

bn wrote:
Fri Sep 01, 2023 3:24 pm
If you have access to LC 10.0.0 dp 6 then you should check out the "Graph" widget.
I'm searching and searching.... You mean the "Chart" widget :-)
by ace16vitamine
Fri Sep 01, 2023 3:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

Hey Bernd,

sure, but I am already on MacOS Sonoma beta and LC10.0.0 DP5 is not working with it :-/ But I can try with DP6 later, good idea.

Stefan
by ace16vitamine
Fri Sep 01, 2023 2:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 27453

Re: Formatting Max and Min Values on a Line Graph

Hi,

I am using the Line Graph Widget:

set the graphData of widget "Line Graph" to var_values

Content of var_values:

1,50,0
2,100,
3,75,

Go to advanced search