timanrebel / HockeyApp

Appcelerator Titanium module wrapping the HockeyApp SDK
25 stars 19 forks source link

Update window messages show strange text #18

Open newportsolutionsgroup opened 8 years ago

newportsolutionsgroup commented 8 years ago

Tim, great work on the HockeyApp module. Have you or anyone had the same issue I keep facing where the strings in the messages do not display correctly?

I was told it was a problem with the HockeySDKResources.bundle but it is included and present in your module. Take a look at the screen shot. Am I missing something?

simulator screen shot sep 1 2016 12 26 22 pm

kopiro commented 8 years ago

Any update here? I tried too compile myself chaings paths, but with no luck :(

timanrebel commented 8 years ago

Could you copy the .bundle file to the app/platforms/iphone directory and try again?

On 12 September 2016 at 16:42:46, Flavio Maria De Stefano (notifications@github.com(mailto:notifications@github.com)) wrote:

Any update here? I tried too compile myself chaings paths, but with no luck :(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub(https://github.com/timanrebel/HockeyApp/issues/18#issuecomment-246370018), or mute the thread(https://github.com/notifications/unsubscribe-auth/ABB6gTPdWOk7PGhAzx6kRuxdrlUlGgsIks5qpWTmgaJpZM4JzCw-).

newportsolutionsgroup commented 8 years ago

Yes - Resolved. I got this working in Appcelerator 5.4GA in both Alloy and Classic (which is what I needed) with some tips from @timanrebel . First I updated the HockeySDK and recompiled / packaged the iOS module (but this step is not mandatory)

The trick is to place the HockeySDKResources.bundle in your mobile app project folder.

Using ALLOY: Copy the bundle to: app\assets\iphone\HockeySDKResources.bundle Using Classic: Copy the bundle folder to: Resources\iphone\HockeySDKResources.bundle

*Clean your project and rebuild. - Presto! @timanrebel - I think the real trick is how fast YOU replied!

kopiro commented 8 years ago

Is it possible that this doesn't works with 5.2.2.GA?

kopiro commented 8 years ago

image

kopiro commented 8 years ago

Same thing with 5.4.0.GA:

[DEBUG] [HockeySDK] -[BITCrashManager initWithAppIdentifier:appEnvironment:hockeyAppClient:]/252 [HockeySDK] WARNING: HockeySDKResources.bundle is missing, will send reports automatically!

newportsolutionsgroup commented 8 years ago

Clean and rebuild? Did you remove the bundle when you compiled the module?

kopiro commented 8 years ago

Yes.

timanrebel commented 8 years ago

@kopiro Not app/assets, but app/platform afaik. Did it work in app/assets for you @newportsolutionsgroup ?

newportsolutionsgroup commented 8 years ago

Yes it worked for me in app/assets

On Mon, Sep 12, 2016 at 8:57 AM, Timan Rebel notifications@github.com wrote:

@kopiro https://github.com/kopiro Not app/assets, but app/platform afaik. Did it work in app/assets for you @newportsolutionsgroup https://github.com/newportsolutionsgroup ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timanrebel/HockeyApp/issues/18#issuecomment-246395309, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-FUSBtdfz_GiKP3DC8WQ-0cwD-jFeuks5qpXZfgaJpZM4JzCw- .

Wingee commented 6 years ago

I've had the same issue. Sorted it but it keeps popping up with Romanian text! Any ideas how to set the locale correctly for English? I can't work out how