app-store
Error ITMS-90168: “The binary you uploaded was invalid.”
Lazy solution!! I had downloaded Application Loader from a link in the iTunes Connect app submission page. This gave me version 3.0, where I ran into the error. Instead you can go to Xcode, and open Application Loader from there, which gives version 3.6, where the problem magically disappeared. You can find it from the … Read more
Can I change my app from free to paid or from paid to free any time?
Yes, you can change the price whenever you like. When a user downloads the app, whether it is paid or free, they get updates for free. They never have to pay again unless you add an in-app purchase into your app.
App was rejected from App Store because of UIWebview
From that message (and since you didn’t give a description of the app at all), it seems like you just made an app that encapsulated an UIWebView to load an specific page, since you can do that via Safari, they reject apps like that. You can: Make the app fetch the data from the web … Read more