iOS Question Req.: Publishing app tutorial/guide

sorex

Expert
Licensed User
Longtime User
Hello,

Does anyone made a guide of screenshots on how to publish an app in the dev. account?

When I log in and go to My Apps all I see is a + sign, when I click on it nothing happends?
(tried on 2 different computer but both with FireFox tho)

Do I also need to create other certificates or is the one used during development already a good one to create the final app?
 

sorex

Expert
Licensed User
Longtime User
got a step further now, the + didn't work because I had to agree to some policy changes.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
thanks for the link but I don't understand how this practically works.

I currently have a wildcard dev. certificate & provisioning file like com.sorex.*

If I create a new one for publishing can I use again com.sorex.* or does it needs to be forced to the appname like com.sorex.test ?

And what if I make changes in the source and run in debug mode do I need to change the lines you mentioned in the link all the time from dev to publish cert or back?
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
thanks, Erel.

I added it but now it nags that there are multiple keys.

I guess I should add an #if for the debug mode aswell?

is this the correct syntax?

B4X:
#If DEBUG
   #CertificateFile: ios_development.cer
   #ProvisionFile: Development.mobileprovision
#END IF

the code is still colored unlike the release one which is gray.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…