Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LarsAsen

Pages: 1 2 3 ... 9
1
Hello,

Im not sure if this is the correct Topic but since I helped another Stencyl member with uploading a build to External Tester I thought that maybe another member would like this info. I will show you how I´ve done this with my App Pipe Monsters.
https://apps.apple.com/us/app/pipe-monsters/id1612245205

See attached picture and added info below.

1, From Stencyl, publish -> Mobile -> IOS.
 When asked for choose "for test" or something like that.

2, I think in total there is 3 ways of uploading your build to App Store Connect. Im using the app For Mac - "Transporter" (free).
Sign in using you Apple Id and the press the "+" and choose the build you´ve just exported.

3, After a few minutes you will hopefully see "Deliver" or something. press it and it will take a few more minutes to upload. If everything goes well it will say "successfully uploaded".

4, Then go to App Store connect and log in. choose your app and then "Test Flight"

5, Then If you see "External testing" press the "+". But if not, its probably cause you need to create an "Internal group" first. So create an internal group, it can be with just you inside it. If you would like to add more people (like family or close friends) you can do that from "Users and Access".  Otherwise keep it with just you.
Hopefully you can now create an External Group.

6, Add some testers to your External Group.

7, When you have added some testers you can scroll down to "Add Build" hopefully you can see your build with "Ready to Submit" then you can just choose it. If its says "Processing" just wait 5-10 minutes and try again.

8, Last step - add for review ->  Then the build will change to "waiting for review" and this will take 2-48h. Everytime you submit a build to external testers it need to be reviewed by apple, but after your first accepted build everytime you add a new build for Internal test it will be accepted directly.

I hope this will help you, and let me know if you need some help!

2
Hello!

All Ages Of Geek made a review of my Stencyl game. Check it out

https://youtu.be/1jkIgomawzM

3
Hello,
Just release my first version of Pipe Monsters on the App Store.
https://apps.apple.com/com/app/pipe-monsters/id1612245205

check it out!

4
Chit-Chat / Re: Simple data post to Google Spreadsheet - WORKS for IOS
« on: March 03, 2022, 01:05:47 am »
Hello,

regarding attributes, it works with text attributes. I think it would work with number-attributes as well .


5
iPhone / iPad / Android / Beta tester?
« on: February 17, 2022, 07:22:18 am »
would you like to test me ios game for free?

https://forms.gle/6vNAtWNyfFN9iZsY6

6
Chit-Chat / Simple data post to Google Spreadsheet - WORKS for IOS
« on: February 10, 2022, 03:58:46 am »
Hello,
I dont know if this is the right board to post this and if its for anyones interest..

Anyway, since I´ve been searching and trying a lot do use google Spreadsheet as a simple leaderboard (for post) at least I want to share how I finally got it to work, if someone looking for this feature.

1, Create a blank sheet at https://docs.google.com/ - name it if you want.

2, "Extension" - "App script"

3, replace the code in Code.gs with this
function doPost(e){
  var sheet = SpreadsheetApp.getActiveSheet();
  var score = e.parameter.score;
  var name = e.parameter.name;
  var month = e.parameter.month;
  var year = e.parameter.year;

 sheet.appendRow([name, score, month, year])
}


please note that im using the varibles name, score, month, year

4, "deploy" -> "new deployment" - > "web app".
execute "as me"
who as access "anyone"
"ok". if needed to

5, copy "web app URL"

6, Now go to stencyl, the the block "post data to URL"
"data" name=myname&score=123&month=February&year=2022
"url" "web app URL"

7, test game on IOS or other platform (if it works).

8. Data should be in your google sheet, see attached picture.

Best regards









7
Paid Work / Leaderboard for IOS game?
« on: January 22, 2022, 09:04:15 am »
I can pay if someone can make a realtime leaderboard without login/registration for IOS.


9
Extensions / Re: [HTML5] Leaderboard in Google Spreadsheet
« on: January 10, 2022, 01:14:52 pm »
If someone is willing to make this work for IOS im willing to pay...


just sayin,,

10
Extensions / Re: [HTML5] Leaderboard in Google Spreadsheet
« on: January 09, 2022, 01:42:39 pm »
Is there somebody that knows about an update for IOS that is still available?
I would love it it could work for IOS.


Thanks

11
Extensions / Re: [IMPROVED] Leaderboard in Google Spreadsheet
« on: January 09, 2022, 04:59:10 am »
Is this Still working for IOS?

I dont understand, do i need to update the extension in some way? Where can i download it?


12
Ask a Question / Re: can´t run my game on IOS Device
« on: November 25, 2021, 06:07:33 am »
Thank you both for your support. It actually worked with the latest version, I dont know why but it did.

BR

13
Ask a Question / can´t run my game on IOS Device
« on: November 24, 2021, 10:33:28 am »
HI,

I started to play with this awesome program again but i cant test my game on my IOS device (Iphone XR).
I´ve an active apple developer kit and of have the latest version of Xcode installed. I dont know what to do more.
Please have a look at my logs and help me if you can.

Thanks,

BR

14
I would love too lars.asen@liber.se

15
Ask a Question / Re: Background doesn't show when Apple Is testing
« on: February 21, 2017, 01:00:42 pm »
Okey, but isn´t very strange that if it should be that the Image is to big, when it worked before?

I haven't change the background at all..

And just to clarify; that size is for Scale 1x. So when on scale 4x its 1066 x 320

Pages: 1 2 3 ... 9