Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Appcelerator run error: You do not have access to this application

I'm currently running an app I purchased from a template site for Alloy. When I run the app I get the error you do not have access to this application. Here are the steps I did. 1. I imported the app as existing project. 2. I hit Run in both debug and regular run on iPhone 7. The error appeared after "Alloy compiler completed successfully".

I'm on an indie account and I'm new to this so I'm not sure how it should work. The plus sign on the dashboard is locked where it says "Register App for services". I'm not sure if this is the reason why I get this error. I've checked online and I haven't found any solutions.

like image 678
FabricioG Avatar asked May 08 '17 22:05

FabricioG


2 Answers

Just remove guid attribute from the bottom of 'tiapp.xml' file and let Titanium Studio creates a new one for you after running the app.

like image 138
Saeed Mirzaei Avatar answered Oct 20 '22 21:10

Saeed Mirzaei


I actually got a response to this from Slack and it worked for me. Just thought I'd leave it in case someone else had this issue.

If it doesn’t work your account may be broken somehow. Try re-registering the app by generating a new guid and removing the appc-id from tiap. New guid you can create using uuidgen in terminal.

Also another recommendation given was: run appc new --import and it should move the app to your org. appstore etc works fine with indie

like image 38
FabricioG Avatar answered Oct 20 '22 20:10

FabricioG