where to I file itunes connect bugs? [closed] - app-store-connect

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
It's my first app, I provided 5 different snapshots, it for some reason keep making a dup of the 4th to be the 5th one and the real 5th one is just gone for no reason. Where can I file bugs for these issues?

If you're a registered apple developer, file a bug at http://bugreporter.apple.com
and document things well, otherwise your bug will be ignored or not looked seriously at.

Related

LineNumbers of an CodeView [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Whats the best way to represent LineNumbers next to a codeView? For example. I'm relative new in xCode / cocoa programming so thanks for every help.
See NoodleSoft's example.
http://www.noodlesoft.com/blog/2008/10/05/displaying-line-numbers-with-nstextview/
There was also a good example in a past WWDC.
Search developer.apple.com for WWDC videos and sample code.
Specifically look for Sample code: WWDC_2010_114
Year was 2010, session was 114.

iOS style buttons on the mac [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm trying to recreate the look here:
(Except normally these buttons would not be disabled). How do I recreate this iOS-style look in an objective-C application?
The Mondo Switch seems like a good place to start

how do puffin browser support flash in iOS? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i know iOS does NOT support flash,anybody knows,how did puffin browser support that.
Puffin web browser uses their own servers to interpret the web page, and send it down in a format that the device can understand. Their implementation is proprietary, so, unless you can contact one of their employees, I don't think you'll be duplicating it any time soon.

Lightweight Objective-C XMPP Server [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How would I go about building an Objective-C server? Atleast a wrapper for an existing C server? I require the XMPP Sever to be independent: self-contained, and doesn't require extra libs/ mySQL/ etc. Where do I start?
Start with the easy bits that you can do. Then, when you get stuck, seek help on (on StackOverflow) on the specifics.

Anyone know a SQL schema (scripts or something) for a forum's Start up? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We are searching for a while now on google to find out some good SQL scripts to
create a "forum". Does anyone know some great start up kit (Image, scripts, schema view) from what I could start? We want something with the most functionalities as possible (such as number of views, ranking, etc).
Check the existing forum projects like phpbb.