Search found 453 matches

by Jellicle
Sat Feb 21, 2015 3:11 am
Forum: iOS Deployment
Topic: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)
Replies: 17
Views: 11586

Re: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)

iOS 7 and iOS 8 both have support from some non-retina devices (ipad min and ipad2), so restricting iOS version will not give full control over whether the device is retina or not. I should have been clearer: retina small screen devices. My app can't run on iPhone 3, 3GS or older iPod touch. People...
by Jellicle
Fri Feb 20, 2015 1:02 pm
Forum: iOS Deployment
Topic: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)
Replies: 17
Views: 11586

Re: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)

Neil What if I need to restrict my app to retina devices? 6.1 compatible apps can run on non-retina devices. It's late February. Apple required 64-bit binaries from 1 February. How much longer will we have to wait? I'm lucky that with my current project I'm not losing money, just my reputation. Gerry
by Jellicle
Mon Feb 16, 2015 7:15 am
Forum: iOS Deployment
Topic: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)
Replies: 17
Views: 11586

Re: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)

That mentions nothing about 6.7.2 rc 2. Many of us are not on the 7.x series yet.

Gerry
by Jellicle
Sun Feb 15, 2015 10:11 pm
Forum: iOS Deployment
Topic: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)
Replies: 17
Views: 11586

Re: Issues with 64-bit iOS (LC 6.7.2 RC 2 and LC 7.0.2 rc 2)

Drives me nuts that RunRev apparently didn't test 64 bit apps against the app store. They should have an app that they submit updates to for every new LC version. I've now been waiting since the beginning of the month to submit an app. Ridiculous.

Gerry
by Jellicle
Mon Jan 19, 2015 11:03 pm
Forum: iOS Deployment
Topic: 6.7.2(rc1) notifications bug with iOS standalones?
Replies: 3
Views: 3310

Re: 6.7.2(rc1) notifications bug with iOS standalones?

It's been confirmed as a bug.

Gerry
by Jellicle
Mon Jan 19, 2015 2:07 am
Forum: iOS Deployment
Topic: 6.7.2(rc1) notifications bug with iOS standalones?
Replies: 3
Views: 3310

Re: 6.7.2(rc1) notifications bug with iOS standalones?

Yes, I'm getting that as well. I think it's a bug.

http://quality.runrev.com/show_bug.cgi?id=14400


Gerry
by Jellicle
Tue Nov 11, 2014 8:45 am
Forum: iOS Deployment
Topic: mobilePickPhoto: what orientation is the selected photo?
Replies: 1
Views: 1905

mobilePickPhoto: what orientation is the selected photo?

Hi all

After calling mobilePickPhoto "library" how do I determine whether the selected photo is in portrait or landscape orientation?

Gerry
by Jellicle
Mon Oct 20, 2014 10:16 pm
Forum: iOS Deployment
Topic: Determining the device
Replies: 4
Views: 4591

Re: Determining the device

That just tells me it's an iPhone. Not which one.

Gerry
by Jellicle
Mon Oct 20, 2014 8:46 am
Forum: iOS Deployment
Topic: Determining the device
Replies: 4
Views: 4591

Determining the device

What are people doing to determine which device their app is running on?

Gerry
by Jellicle
Mon Aug 18, 2014 8:41 am
Forum: iOS Deployment
Topic: Database file not showing on the device
Replies: 16
Views: 9629

Re: Database file not showing on the device

To elaborate, when you build the app binary have the database file in the Copy Files pane of the Standalone Application Settings for the app. That'll copy it to the binary. Then, in your openstack script, have something like this: on openstack if the environment = "mobile" then if there is not a fil...
by Jellicle
Sun Aug 17, 2014 10:55 am
Forum: iOS Deployment
Topic: Database file not showing on the device
Replies: 16
Views: 9629

Re: Database file not showing on the device

The database needs to be copied to the app's documents directory. Include it in the binary and copy it to the device on first launch.

Gerry
by Jellicle
Tue Jul 29, 2014 3:17 am
Forum: iOS Deployment
Topic: In App Advertising
Replies: 7
Views: 5661

Re: In App Advertising

Heh thanks.

I don't made paid apps, nor do I use in app advertising. My understanding is that in app purchasing makes more money for the average app. So if there a new feature you can add that would make existing users and new users pay to get?
Gerry
by Jellicle
Sat Jun 21, 2014 10:57 am
Forum: iOS Deployment
Topic: IOS 7.1.1 broke my google location URL
Replies: 4
Views: 3480

Re: IOS 7.1.1 broke my google location URL

Put "whatever" && "something" into foo puts a space between those words in foo. The space is the consequence of using 2 ampersands. Using one ampersand joins the words without a space. So: Put "whatever" & "something" into foo ...puts "whateversomething" into foo. I think your first problem is you ...
by Jellicle
Mon May 12, 2014 4:15 am
Forum: iOS Deployment
Topic: unexpected behavior of image placement in ios device
Replies: 3
Views: 2546

Re: unexpected behavior of image placement in ios device

You would usually set the resolution in a openstack handler, as well.

Gerry
by Jellicle
Tue Apr 29, 2014 7:13 am
Forum: iOS Deployment
Topic: no restart when closed?
Replies: 7
Views: 4404

Re: no restart when closed?

You can make a folder in the Documents folder - or just use the Documents folder to hold your file. The engine "folder" is in the app binary and as we said previously you can't change the app binary.

Did you really upload your app to the Apple app store without testing it on a device?

Gerry

Go to advanced search