Hi guys,
On ios i get this error on app start:
Its a modal (popup), so i can just close it, and it seems like my app is functioning correctly. So i have no idea why the popup appears or how i remove it. I cant find anything online explaining the err code.
Hope anyone can help.
Regards
Hi afje2x3zj, welcome to Thunkable!
Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!
This popup is shown because you likely exceeded the limit of active published apps available for your plan. If you switched from the Pro plan to the Builder plan, you will need to ensure that you only have one active published app.
You can find more information on how to set your active published app in our Docs:
1 Like
Thanks, Matt, and thanks to everyone who helped! I was able to find a solution thanks to your guidance. For anyone else who’s new like me and might face a similar situation in the future, here’s what I learned:
The main issue, as I understand it, was that I didn’t use the same app (bundle) ID for my Android app as I did for my iOS app. They ended up being two different IDs. To fix this, I had to start over with a new app in App Store Connect (since you can’t change the app ID once it’s set) and use the correct ID that matched my Android app. It makes perfect sense now, but I hadn’t realized I had accidentally created a separate ID when publishing to iOS.
Since I’m on the Builder plan and only have one app, it should be fine for me to stick with that plan going forward.
1 Like