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.


Topics - LarsAsen

Pages: 1 2
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
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

5
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









6
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.


8
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

9
Ask a Question / Background doesn't show when Apple Is testing
« on: February 21, 2017, 11:55:21 am »
Hi guys. So i´m try to upload a update for my game PigPink but it got rejected by Apple:

"Performance - 2.1
We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 10.2.1 on Wi-Fi connected to an IPv6 network.
Specifically, the background of the game still does not display properly.
Please see attached screenshots for details.

"
I havn't made any changes for the background at all, and it worked fine when i tested it on my Iphone 5s.

I then tried to run it on the Iphone 6 simulator and it worked just fine.
i tried to look into my code but didn't find anything that looked wrong so i resubmitted the app to Apple but it got rejected again for the same issue. What should i do?
I´ve attached the Screenshot from Apple.

Im using Build 9300 of Stencyl and the latest version of Xcode.

Please help, best regards


10
Ask a Question / Label-text don´t show on IOS but in Flash?
« on: February 13, 2017, 10:57:13 am »
Hi.

So i´m using the Labels and the text is showing when testing the game in Flash but not on my Iphone? Anyone familiar with this issue?

See attached pictures
best regards

11
Ask a Question / Line Break for text?
« on: February 12, 2017, 09:48:00 am »
Hi,

I´m working on a Quiz game and have random randomised Questions.
I´ve made a actor, it´s like a textbox where the questions will appear. Some of the questions are longer texts than others, so i would like to have line breaks so the text doesn't  goes outside of the textbox.

I´ve tried to put \n but that is not helping. The \n doesn't shows at all in the text and the there is no line break.

Please help me with this.

I´ve attached some screenshots if that will help.

best regards


12
Ask a Question / Trying to make a quiz game with random questions
« on: February 12, 2017, 07:24:21 am »
Hi, i´ve searched a lot i the forums but can't figure it out.
I´m trying to make a quiz game with 10 random questions, but it dosn´t work.
Please help.

See attached pictures

13
Ask a Question / Relative speed with joystick?
« on: January 26, 2017, 11:25:36 am »
Hi there,

I want the speed of my actor to be slow or fast depending on how hard i pull the joystick from the center of the joystick.
Can anyone help me with that?

I´ve attached a picture of the code i´m using without the relative speed.

thanks!

14
Ask a Question / Help with relative Joystick!
« on: January 25, 2017, 07:34:10 am »
Hi guys,

So i´m woking with a new game where i want to create a joystick where ever i touch. (ios)
First i tried with the static joystick, and there was no problems. But i want it to be just relative.
But when i try to open the game it just crashes.
Please help.

Picture attached

15
iPhone / iPad / Android / Pig Pink Is out on App Store!
« on: January 13, 2017, 11:54:22 am »
So I´ve just got my first game published on the App Store!
Give it a try : https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1185645329&mt=8


Very simple game, but it´s my first. Thanks to all the help i got from the forums.

Best regards.
Lars Åsén

Pages: 1 2